Html Css Color HEX #D866CB Orchid

📋 copy color: '#D866CB'

red 216 ◦ green 102 ◦ blue 203

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

Shades of Orchid #D866CB

Tints of Orchid #D866CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 41.46%
G = 19.58%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D866CB (or 0xD866CB) is known color: Orchid. HEX triplet: D8, 66 and CB. RGB value is (216,102,203). Sum of RGB (Red+Green+Blue) = 216+102+203=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D866CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866CB is #279934. Grayscale: #939393. Windows color (decimal): -2595125 or 13330136. OLE color: 13330136.

HSL color Cylindrical-coordinate representation of color #D866CB: hue angle of 306.84º 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 #D866CB is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 203 -
CMYK 0 0.53 0.06 0.15
HSL 306.84º 0.59% 0.62% -
HSV(B) 306.84º 0.53% 0.85% -
XYZ 43.85 28.41 59.67 -
YUV 147.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 216 102 203 0 0.53 0.06 0.15 306.84 0.59 0.62
Hex D8 66 CB 0 35 6 F 133 3B 3E
Octal 330 146 313 0 65 6 17 463 73 76
Binary 11011000 1100110 11001011 0 110101 110 1111 100110011 111011 111110

Color Harmonies of #D866CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866CB

Black with #D866CB

Text Example


Text Example

White with #D866CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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