Html Css Color HEX #D96EE6 Orchid

📋 copy color: '#D96EE6'

red 217 ◦ green 110 ◦ blue 230

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

Shades of Orchid #D96EE6

Tints of Orchid #D96EE6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.75%

 BLUE value IS 230 (90.23% from 255) = 41.29%

R = 38.96%
G = 19.75%
B = 41.29%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D96EE6 (or 0xD96EE6) is known color: Orchid. HEX triplet: D9, 6E and E6. RGB value is (217,110,230). Sum of RGB (Red+Green+Blue) = 217+110+230=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #D96EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EE6 is #269119. Grayscale: #9B9B9B. Windows color (decimal): -2527514 or 15101657. OLE color: 15101657.

HSL color Cylindrical-coordinate representation of color #D96EE6: hue angle of 293.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96EE6 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 110 230 -
CMYK 0.06 0.52 0 0.10
HSL 293.5º 0.71% 0.67% -
HSV(B) 293.5º 0.52% 0.9% -
XYZ 48.47 31.62 78.41 -
YUV 155.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 217 110 230 0.06 0.52 0 0.10 293.5 0.71 0.67
Hex D9 6E E6 6 34 0 A 126 47 43
Octal 331 156 346 6 64 0 12 446 107 103
Binary 11011001 1101110 11100110 110 110100 0 1010 100100110 1000111 1000011

Color Harmonies of #D96EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EE6

Black with #D96EE6

Text Example


Text Example

White with #D96EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EE6; }

 p { color: rgb(217,110,230); }

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

background-color css

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

 a { background-color: rgb(217,110,230); }

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

border-color css

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

 span { border-color: rgb(217,110,230); }

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