Html Css Color HEX #D86BCF Orchid

📋 copy color: '#D86BCF'

red 216 ◦ green 107 ◦ blue 207

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

Shades of Orchid #D86BCF

Tints of Orchid #D86BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 40.75%
G = 20.19%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D86BCF (or 0xD86BCF) is known color: Orchid. HEX triplet: D8, 6B and CF. RGB value is (216,107,207). Sum of RGB (Red+Green+Blue) = 216+107+207=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BCF is #279430. Grayscale: #969696. Windows color (decimal): -2593841 or 13593560. OLE color: 13593560.

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

Color convert

RGB 216 107 207 -
CMYK 0 0.50 0.04 0.15
HSL 304.95º 0.58% 0.63% -
HSV(B) 304.95º 0.5% 0.85% -
XYZ 44.84 29.62 62.39 -
YUV 150.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 216 107 207 0 0.50 0.04 0.15 304.95 0.58 0.63
Hex D8 6B CF 0 32 4 F 131 3A 3F
Octal 330 153 317 0 62 4 17 461 72 77
Binary 11011000 1101011 11001111 0 110010 100 1111 100110001 111010 111111

Color Harmonies of #D86BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86BCF

Black with #D86BCF

Text Example


Text Example

White with #D86BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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