Html Css Color HEX #D866E8 Orchid

📋 copy color: '#D866E8'

red 216 ◦ green 102 ◦ blue 232

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

Shades of Orchid #D866E8

Tints of Orchid #D866E8

RGB

 RED value IS 216 (84.77% from 255) = 39.27%

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

 BLUE value IS 232 (91.02% from 255) = 42.18%

R = 39.27%
G = 18.55%
B = 42.18%

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

#D866E8 (or 0xD866E8) is known color: Orchid. HEX triplet: D8, 66 and E8. RGB value is (216,102,232). Sum of RGB (Red+Green+Blue) = 216+102+232=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #D866E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D866E8 is #279917. Grayscale: #969696. Windows color (decimal): -2595096 or 15230680. OLE color: 15230680.

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

Color convert

RGB 216 102 232 -
CMYK 0.07 0.56 0 0.09
HSL 292.62º 0.74% 0.65% -
HSV(B) 292.62º 0.56% 0.91% -
XYZ 47.64 29.93 79.61 -
YUV 150.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 216 102 232 0.07 0.56 0 0.09 292.62 0.74 0.65
Hex D8 66 E8 7 38 0 9 125 4A 41
Octal 330 146 350 7 70 0 11 445 112 101
Binary 11011000 1100110 11101000 111 111000 0 1001 100100101 1001010 1000001

Color Harmonies of #D866E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866E8

Black with #D866E8

Text Example


Text Example

White with #D866E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866E8; }

 p { color: rgb(216,102,232); }

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

background-color css

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

 a { background-color: rgb(216,102,232); }

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

border-color css

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

 span { border-color: rgb(216,102,232); }

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