Html Css Color HEX #D96DCE Orchid

📋 copy color: '#D96DCE'

red 217 ◦ green 109 ◦ blue 206

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

Shades of Orchid #D96DCE

Tints of Orchid #D96DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 40.79%
G = 20.49%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D96DCE (or 0xD96DCE) is known color: Orchid. HEX triplet: D9, 6D and CE. RGB value is (217,109,206). Sum of RGB (Red+Green+Blue) = 217+109+206=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DCE is #269231. Grayscale: #989898. Windows color (decimal): -2527794 or 13528537. OLE color: 13528537.

HSL color Cylindrical-coordinate representation of color #D96DCE: hue angle of 306.11º 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 #D96DCE is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 206 -
CMYK 0 0.50 0.05 0.15
HSL 306.11º 0.59% 0.64% -
HSV(B) 306.11º 0.5% 0.85% -
XYZ 45.22 30.15 61.83 -
YUV 152.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 217 109 206 0 0.50 0.05 0.15 306.11 0.59 0.64
Hex D9 6D CE 0 32 5 F 132 3B 40
Octal 331 155 316 0 62 5 17 462 73 100
Binary 11011001 1101101 11001110 0 110010 101 1111 100110010 111011 1000000

Color Harmonies of #D96DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DCE

Black with #D96DCE

Text Example


Text Example

White with #D96DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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