#D86ACA

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

Shades of Orchid #D86ACA

Tints of Orchid #D86ACA

Color information

#D86ACA (or 0xD86ACA) is unknown color: approx Orchid. HEX triplet: D8, 6A and CA. RGB value is (216,106,202). Sum of RGB (Red+Green+Blue) = 216+106+202=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ACA is #279535. Grayscale: #959595. Windows color (decimal): -2594102 or 13265624. OLE color: 13265624.

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

Color convert

RGB216106202-
CMYK00.510.060.15
HSL307.64º58.51%63.14%-
HSV(B)307.64º50.93%84.71%-
XYZ44.1329.1759.18-
YUV149.83157.44175.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 106 (41.80% from 255) = 20.23%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=41.22%
G=20.23%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610620200.510.060.15307.6458.5163.14
HexD86ACA0336F1343b3f
Octal3301523120636174647377
Binary1101100011010101100101001100111101111100110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86ACA; }

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

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

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

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

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

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

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

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