Html Css Color HEX #D966EA Orchid

📋 copy color: '#D966EA'

red 217 ◦ green 102 ◦ blue 234

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

Shades of Orchid #D966EA

Tints of Orchid #D966EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 39.24%
G = 18.44%
B = 42.31%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D966EA (or 0xD966EA) is known color: Orchid. HEX triplet: D9, 66 and EA. RGB value is (217,102,234). Sum of RGB (Red+Green+Blue) = 217+102+234=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #D966EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966EA is #269915. Grayscale: #979797. Windows color (decimal): -2529558 or 15361753. OLE color: 15361753.

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

Color convert

RGB 217 102 234 -
CMYK 0.07 0.56 0 0.08
HSL 292.27º 0.76% 0.66% -
HSV(B) 292.27º 0.56% 0.92% -
XYZ 48.22 30.19 81.13 -
YUV 151.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 217 102 234 0.07 0.56 0 0.08 292.27 0.76 0.66
Hex D9 66 EA 7 38 0 8 124 4C 42
Octal 331 146 352 7 70 0 10 444 114 102
Binary 11011001 1100110 11101010 111 111000 0 1000 100100100 1001100 1000010

Color Harmonies of #D966EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966EA

Black with #D966EA

Text Example


Text Example

White with #D966EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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