Html Css Color HEX #D96DDE Orchid

📋 copy color: '#D96DDE'

red 217 ◦ green 109 ◦ blue 222

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

Shades of Orchid #D96DDE

Tints of Orchid #D96DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 39.6%
G = 19.89%
B = 40.51%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D96DDE (or 0xD96DDE) is known color: Orchid. HEX triplet: D9, 6D and DE. RGB value is (217,109,222). Sum of RGB (Red+Green+Blue) = 217+109+222=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #D96DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DDE is #269221. Grayscale: #999999. Windows color (decimal): -2527778 or 14577113. OLE color: 14577113.

HSL color Cylindrical-coordinate representation of color #D96DDE: hue angle of 297.35º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96DDE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 109 222 -
CMYK 0.02 0.51 0 0.13
HSL 297.35º 0.63% 0.65% -
HSV(B) 297.35º 0.51% 0.87% -
XYZ 47.27 30.96 72.59 -
YUV 154.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 217 109 222 0.02 0.51 0 0.13 297.35 0.63 0.65
Hex D9 6D DE 2 33 0 D 129 3F 41
Octal 331 155 336 2 63 0 15 451 77 101
Binary 11011001 1101101 11011110 10 110011 0 1101 100101001 111111 1000001

Color Harmonies of #D96DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DDE

Black with #D96DDE

Text Example


Text Example

White with #D96DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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