#DC86DE

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

Shades of Orchid #DC86DE

Tints of Orchid #DC86DE

Color information

#DC86DE (or 0xDC86DE) is unknown color: approx Orchid. HEX triplet: DC, 86 and DE. RGB value is (220,134,222). Sum of RGB (Red+Green+Blue) = 220+134+222=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC86DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86DE is #237921. Grayscale: #A9A9A9. Windows color (decimal): -2324770 or 14583516. OLE color: 14583516.

HSL color Cylindrical-coordinate representation of color #DC86DE: hue angle of 298.64º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC86DE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220134222-
CMYK0.010.4000.13
HSL298.64º57.14%69.8%-
HSV(B)298.64º39.64%87.06%-
XYZ51.2337.5473.65-
YUV169.75157.49163.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 134 (52.73% from 255) = 23.26%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=38.19%
G=23.26%
B=38.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201342220.010.4000.13298.6457.1469.8
HexDC86DE1280D12b3946
Octal33420633615001545371106
Binary1101110010000110110111101101000011011001010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86DE; }

 p { color: rgb(220,134,222); }

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

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

 a { background-color: rgb(220,134,222); }

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

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

 span { border-color: rgb(220,134,222); }

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