Html Css Color HEX #D966E9 Orchid

📋 copy color: '#D966E9'

red 217 ◦ green 102 ◦ blue 233

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

Shades of Orchid #D966E9

Tints of Orchid #D966E9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.48%

 BLUE value IS 233 (91.41% from 255) = 42.21%

R = 39.31%
G = 18.48%
B = 42.21%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D966E9 (or 0xD966E9) is known color: Orchid. HEX triplet: D9, 66 and E9. RGB value is (217,102,233). Sum of RGB (Red+Green+Blue) = 217+102+233=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #D966E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966E9 is #269916. Grayscale: #969696. Windows color (decimal): -2529559 or 15296217. OLE color: 15296217.

HSL color Cylindrical-coordinate representation of color #D966E9: hue angle of 292.67º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D966E9 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 102 233 -
CMYK 0.07 0.56 0 0.09
HSL 292.67º 0.75% 0.66% -
HSV(B) 292.67º 0.56% 0.91% -
XYZ 48.07 30.14 80.37 -
YUV 151.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 217 102 233 0.07 0.56 0 0.09 292.67 0.75 0.66
Hex D9 66 E9 7 38 0 9 125 4B 42
Octal 331 146 351 7 70 0 11 445 113 102
Binary 11011001 1100110 11101001 111 111000 0 1001 100100101 1001011 1000010

Color Harmonies of #D966E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966E9

Black with #D966E9

Text Example


Text Example

White with #D966E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966E9; }

 p { color: rgb(217,102,233); }

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

background-color css

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

 a { background-color: rgb(217,102,233); }

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

border-color css

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

 span { border-color: rgb(217,102,233); }

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