Html Css Color HEX #D17ACC Orchid

📋 copy color: '#D17ACC'

red 209 ◦ green 122 ◦ blue 204

#D17ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D17ACC

Tints of Orchid #D17ACC

RGB

 RED value IS 209 (82.03% from 255) = 39.07%

 GREEN value IS 122 (48.05% from 255) = 22.8%

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 39.07%
G = 22.8%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D17ACC (or 0xD17ACC) is known color: Orchid. HEX triplet: D1, 7A and CC. RGB value is (209,122,204). Sum of RGB (Red+Green+Blue) = 209+122+204=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ACC is #2E8533. Grayscale: #9D9D9D. Windows color (decimal): -3048756 or 13400785. OLE color: 13400785.

HSL color Cylindrical-coordinate representation of color #D17ACC: hue angle of 303.45º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17ACC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 204 -
CMYK 0 0.42 0.02 0.18
HSL 303.45º 0.49% 0.65% -
HSV(B) 303.45º 0.42% 0.82% -
XYZ 44.15 31.83 60.94 -
YUV 157.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 209 122 204 0 0.42 0.02 0.18 303.45 0.49 0.65
Hex D1 7A CC 0 2A 2 12 12F 31 41
Octal 321 172 314 0 52 2 22 457 61 101
Binary 11010001 1111010 11001100 0 101010 10 10010 100101111 110001 1000001

Color Harmonies of #D17ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ACC

Black with #D17ACC

Text Example


Text Example

White with #D17ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ACC; }

 p { color: rgb(209,122,204); }

 H1.HeaderClassName
 {
   color: #D17ACC;
 }
 .AnyTagClassName
 {
   color: #D17ACC;
 }
</style>

background-color css

<style>
 a { background-color: #D17ACC; }

 a { background-color: rgb(209,122,204); }

 div.DivClassName
 {
   background-color: #D17ACC;
 }
 .BgClassName
 {
   background-color: #D17ACC;
 }
</style>

border-color css

<style>
 span { border-color: #D17ACC; }

 span { border-color: rgb(209,122,204); }

 td.TdClassName
 {
   border-color: #D17ACC;
 }
 .TagClassName
 {
   border-color: #D17ACC;
 }
</style>