Html Css Color HEX #D96DC8 Orchid

📋 copy color: '#D96DC8'

red 217 ◦ green 109 ◦ blue 200

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

Shades of Orchid #D96DC8

Tints of Orchid #D96DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.72%

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 41.25%
G = 20.72%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D96DC8 (or 0xD96DC8) is known color: Orchid. HEX triplet: D9, 6D and C8. RGB value is (217,109,200). Sum of RGB (Red+Green+Blue) = 217+109+200=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DC8 is #269237. Grayscale: #979797. Windows color (decimal): -2527800 or 13135321. OLE color: 13135321.

HSL color Cylindrical-coordinate representation of color #D96DC8: hue angle of 309.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96DC8 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 200 -
CMYK 0 0.50 0.08 0.15
HSL 309.44º 0.59% 0.64% -
HSV(B) 309.44º 0.5% 0.85% -
XYZ 44.51 29.86 58.06 -
YUV 151.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 217 109 200 0 0.50 0.08 0.15 309.44 0.59 0.64
Hex D9 6D C8 0 32 8 F 135 3B 40
Octal 331 155 310 0 62 10 17 465 73 100
Binary 11011001 1101101 11001000 0 110010 1000 1111 100110101 111011 1000000

Color Harmonies of #D96DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DC8

Black with #D96DC8

Text Example


Text Example

White with #D96DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DC8; }

 p { color: rgb(217,109,200); }

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

background-color css

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

 a { background-color: rgb(217,109,200); }

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

border-color css

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

 span { border-color: rgb(217,109,200); }

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