#DC84D4

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

Shades of Orchid #DC84D4

Tints of Orchid #DC84D4

Color information

#DC84D4 (or 0xDC84D4) is unknown color: approx Orchid. HEX triplet: DC, 84 and D4. RGB value is (220,132,212). Sum of RGB (Red+Green+Blue) = 220+132+212=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84D4 is #237B2B. Grayscale: #A7A7A7. Windows color (decimal): -2325292 or 13927644. OLE color: 13927644.

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

Color convert

RGB220132212-
CMYK00.400.040.14
HSL305.45º55.7%69.02%-
HSV(B)305.45º40%86.27%-
XYZ49.6536.4766.71-
YUV167.43153.15165.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=39.01%
G=23.40%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013221200.400.040.14305.4555.769.02
HexDC84D40284E1313845
Octal33420432405041646170105
Binary110111001000010011010100010100010011101001100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84D4; }

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

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

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

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

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

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

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

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