Html Css Color HEX #D866D9 Orchid

📋 copy color: '#D866D9'

red 216 ◦ green 102 ◦ blue 217

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

Shades of Orchid #D866D9

Tints of Orchid #D866D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 40.37%
G = 19.07%
B = 40.56%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D866D9 (or 0xD866D9) is known color: Orchid. HEX triplet: D8, 66 and D9. RGB value is (216,102,217). Sum of RGB (Red+Green+Blue) = 216+102+217=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #D866D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866D9 is #279926. Grayscale: #949494. Windows color (decimal): -2595111 or 14247640. OLE color: 14247640.

HSL color Cylindrical-coordinate representation of color #D866D9: hue angle of 299.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D866D9 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 217 -
CMYK 0.00 0.53 0 0.15
HSL 299.48º 0.6% 0.63% -
HSV(B) 299.48º 0.53% 0.85% -
XYZ 45.59 29.11 68.86 -
YUV 149.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 216 102 217 0.00 0.53 0 0.15 299.48 0.6 0.63
Hex D8 66 D9 0 35 0 F 12B 3C 3F
Octal 330 146 331 0 65 0 17 453 74 77
Binary 11011000 1100110 11011001 0 110101 0 1111 100101011 111100 111111

Color Harmonies of #D866D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866D9

Black with #D866D9

Text Example


Text Example

White with #D866D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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