#DC85DD

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

Shades of Orchid #DC85DD

Tints of Orchid #DC85DD

Color information

#DC85DD (or 0xDC85DD) is unknown color: approx Orchid. HEX triplet: DC, 85 and DD. RGB value is (220,133,221). Sum of RGB (Red+Green+Blue) = 220+133+221=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85DD is #237A22. Grayscale: #A8A8A8. Windows color (decimal): -2325027 or 14517724. OLE color: 14517724.

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

Color convert

RGB220133221-
CMYK0.000.4000.13
HSL299.32º56.41%69.41%-
HSV(B)299.32º39.82%86.67%-
XYZ50.9537.2172.9-
YUV169.04157.32164.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 133 (52.34% from 255) = 23.17%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=38.33%
G=23.17%
B=38.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201332210.000.4000.13299.3256.4169.41
HexDC85DD0280D12b3845
Octal33420533505001545370105
Binary1101110010000101110111010101000011011001010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85DD; }

 p { color: rgb(220,133,221); }

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

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

 a { background-color: rgb(220,133,221); }

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

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

 span { border-color: rgb(220,133,221); }

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