#DC85CD

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

Shades of Orchid #DC85CD

Tints of Orchid #DC85CD

Color information

#DC85CD (or 0xDC85CD) is unknown color: approx Orchid. HEX triplet: DC, 85 and CD. RGB value is (220,133,205). Sum of RGB (Red+Green+Blue) = 220+133+205=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85CD is #237A32. Grayscale: #A7A7A7. Windows color (decimal): -2325043 or 13469148. OLE color: 13469148.

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

Color convert

RGB220133205-
CMYK00.400.070.14
HSL310.34º55.41%69.22%-
HSV(B)310.34º39.55%86.27%-
XYZ48.9236.462.2-
YUV167.22149.32165.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=39.43%
G=23.84%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013320500.400.070.14310.3455.4169.22
HexDC85CD0287E1363745
Octal33420531505071646667105
Binary110111001000010111001101010100011111101001101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85CD; }

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

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

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

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

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

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

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

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