#D86FCA

Color #D86FCA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D86FCA

Tints of Orchid #D86FCA

Color information

#D86FCA (or 0xD86FCA) is unknown color: approx Orchid. HEX triplet: D8, 6F and CA. RGB value is (216,111,202). Sum of RGB (Red+Green+Blue) = 216+111+202=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FCA is #279035. Grayscale: #989898. Windows color (decimal): -2592822 or 13266904. OLE color: 13266904.

HSL color Cylindrical-coordinate representation of color #D86FCA: hue angle of 308º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86FCA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216111202-
CMYK00.490.060.15
HSL308º57.38%64.12%-
HSV(B)308º48.61%84.71%-
XYZ44.6630.2359.36-
YUV152.77155.79173.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=40.83%
G=20.98%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611120200.490.060.1530857.3864.12
HexD86FCA0316F1343940
Octal33015731206161746471100
Binary11011000110111111001010011000111011111001101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FCA; }

 p { color: rgb(216,111,202); }

 H1.HeaderClassName
 {
   color: #D86FCA;
 }
 .AnyTagClassName
 {
   color: #D86FCA;
 }
</style>
background-color css

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

 a { background-color: rgb(216,111,202); }

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

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

 span { border-color: rgb(216,111,202); }

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