Html Css Color HEX #D86BCC Orchid

📋 copy color: '#D86BCC'

red 216 ◦ green 107 ◦ blue 204

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

Shades of Orchid #D86BCC

Tints of Orchid #D86BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.3%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 40.99%
G = 20.3%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D86BCC (or 0xD86BCC) is known color: Orchid. HEX triplet: D8, 6B and CC. RGB value is (216,107,204). Sum of RGB (Red+Green+Blue) = 216+107+204=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BCC is #279433. Grayscale: #969696. Windows color (decimal): -2593844 or 13396952. OLE color: 13396952.

HSL color Cylindrical-coordinate representation of color #D86BCC: hue angle of 306.61º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86BCC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 107 204 -
CMYK 0 0.50 0.06 0.15
HSL 306.61º 0.58% 0.63% -
HSV(B) 306.61º 0.5% 0.85% -
XYZ 44.48 29.47 60.47 -
YUV 150.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 216 107 204 0 0.50 0.06 0.15 306.61 0.58 0.63
Hex D8 6B CC 0 32 6 F 133 3A 3F
Octal 330 153 314 0 62 6 17 463 72 77
Binary 11011000 1101011 11001100 0 110010 110 1111 100110011 111010 111111

Color Harmonies of #D86BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86BCC

Black with #D86BCC

Text Example


Text Example

White with #D86BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86BCC; }

 p { color: rgb(216,107,204); }

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

background-color css

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

 a { background-color: rgb(216,107,204); }

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

border-color css

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

 span { border-color: rgb(216,107,204); }

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