#DC89CD

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

Shades of Orchid #DC89CD

Tints of Orchid #DC89CD

Color information

#DC89CD (or 0xDC89CD) is unknown color: approx Orchid. HEX triplet: DC, 89 and CD. RGB value is (220,137,205). Sum of RGB (Red+Green+Blue) = 220+137+205=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89CD is #237632. Grayscale: #A9A9A9. Windows color (decimal): -2324019 or 13470172. OLE color: 13470172.

HSL color Cylindrical-coordinate representation of color #DC89CD: hue angle of 310.84º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89CD is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220137205-
CMYK00.380.070.14
HSL310.84º54.25%70%-
HSV(B)310.84º37.73%86.27%-
XYZ49.4837.5162.39-
YUV169.57148163.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=39.15%
G=24.38%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013720500.380.070.14310.8454.2570
HexDC89CD0267E1373646
Octal33421131504671646766106
Binary110111001000100111001101010011011111101001101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89CD; }

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

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

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

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

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

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

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

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