Html Css Color HEX #D96ACC Orchid

📋 copy color: '#D96ACC'

red 217 ◦ green 106 ◦ blue 204

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

Shades of Orchid #D96ACC

Tints of Orchid #D96ACC

RGB

 RED value IS 217 (85.16% from 255) = 41.18%

 GREEN value IS 106 (41.8% from 255) = 20.11%

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

R = 41.18%
G = 20.11%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D96ACC (or 0xD96ACC) is known color: Orchid. HEX triplet: D9, 6A and CC. RGB value is (217,106,204). Sum of RGB (Red+Green+Blue) = 217+106+204=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ACC is #269533. Grayscale: #969696. Windows color (decimal): -2528564 or 13396697. OLE color: 13396697.

HSL color Cylindrical-coordinate representation of color #D96ACC: hue angle of 307.03º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96ACC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 204 -
CMYK 0 0.51 0.06 0.15
HSL 307.03º 0.59% 0.63% -
HSV(B) 307.03º 0.51% 0.85% -
XYZ 44.67 29.42 60.45 -
YUV 150.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 217 106 204 0 0.51 0.06 0.15 307.03 0.59 0.63
Hex D9 6A CC 0 33 6 F 133 3B 3F
Octal 331 152 314 0 63 6 17 463 73 77
Binary 11011001 1101010 11001100 0 110011 110 1111 100110011 111011 111111

Color Harmonies of #D96ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ACC

Black with #D96ACC

Text Example


Text Example

White with #D96ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ACC; }

 p { color: rgb(217,106,204); }

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

background-color css

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

 a { background-color: rgb(217,106,204); }

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

border-color css

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

 span { border-color: rgb(217,106,204); }

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