#DC89D4

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

Shades of Orchid #DC89D4

Tints of Orchid #DC89D4

Color information

#DC89D4 (or 0xDC89D4) is unknown color: approx Orchid. HEX triplet: DC, 89 and D4. RGB value is (220,137,212). Sum of RGB (Red+Green+Blue) = 220+137+212=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D4 is #23762B. Grayscale: #AAAAAA. Windows color (decimal): -2324012 or 13928924. OLE color: 13928924.

HSL color Cylindrical-coordinate representation of color #DC89D4: hue angle of 305.78º 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 #DC89D4 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220137212-
CMYK00.380.040.14
HSL305.78º54.25%70%-
HSV(B)305.78º37.73%86.27%-
XYZ50.3437.8666.94-
YUV170.37151.5163.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=38.66%
G=24.08%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013721200.380.040.14305.7854.2570
HexDC89D40264E1323646
Octal33421132404641646266106
Binary110111001000100111010100010011010011101001100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89D4; }

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

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

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

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

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

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

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

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