Html Css Color HEX #D866CE Orchid

📋 copy color: '#D866CE'

red 216 ◦ green 102 ◦ blue 206

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

Shades of Orchid #D866CE

Tints of Orchid #D866CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 41.22%
G = 19.47%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D866CE (or 0xD866CE) is known color: Orchid. HEX triplet: D8, 66 and CE. RGB value is (216,102,206). Sum of RGB (Red+Green+Blue) = 216+102+206=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D866CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866CE is #279931. Grayscale: #939393. Windows color (decimal): -2595122 or 13526744. OLE color: 13526744.

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

Color convert

RGB 216 102 206 -
CMYK 0 0.53 0.05 0.15
HSL 305.26º 0.59% 0.62% -
HSV(B) 305.26º 0.53% 0.85% -
XYZ 44.21 28.56 61.57 -
YUV 147.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 216 102 206 0 0.53 0.05 0.15 305.26 0.59 0.62
Hex D8 66 CE 0 35 5 F 131 3B 3E
Octal 330 146 316 0 65 5 17 461 73 76
Binary 11011000 1100110 11001110 0 110101 101 1111 100110001 111011 111110

Color Harmonies of #D866CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866CE

Black with #D866CE

Text Example


Text Example

White with #D866CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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