#DC86D4

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

Shades of Orchid #DC86D4

Tints of Orchid #DC86D4

Color information

#DC86D4 (or 0xDC86D4) is unknown color: approx Orchid. HEX triplet: DC, 86 and D4. RGB value is (220,134,212). Sum of RGB (Red+Green+Blue) = 220+134+212=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86D4 is #23792B. Grayscale: #A8A8A8. Windows color (decimal): -2324780 or 13928156. OLE color: 13928156.

HSL color Cylindrical-coordinate representation of color #DC86D4: hue angle of 305.58º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86D4 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220134212-
CMYK00.390.040.14
HSL305.58º55.13%69.41%-
HSV(B)305.58º39.09%86.27%-
XYZ49.9237.0266.8-
YUV168.61152.49164.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=38.87%
G=23.67%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013421200.390.040.14305.5855.1369.41
HexDC86D40274E1323745
Octal33420632404741646267105
Binary110111001000011011010100010011110011101001100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86D4; }

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

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

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

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

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

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

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

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