#DC84DA

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

Shades of Orchid #DC84DA

Tints of Orchid #DC84DA

Color information

#DC84DA (or 0xDC84DA) is unknown color: approx Orchid. HEX triplet: DC, 84 and DA. RGB value is (220,132,218). Sum of RGB (Red+Green+Blue) = 220+132+218=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84DA is #237B25. Grayscale: #A7A7A7. Windows color (decimal): -2325286 or 14320860. OLE color: 14320860.

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

Color convert

RGB220132218-
CMYK00.400.010.14
HSL301.36º55.7%69.02%-
HSV(B)301.36º40%86.27%-
XYZ50.4236.7870.77-
YUV168.12156.15165.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 132 (51.95% from 255) = 23.16%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=38.60%
G=23.16%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013221800.400.010.14301.3655.769.02
HexDC84DA0281E12d3845
Octal33420433205011645570105
Binary1101110010000100110110100101000111101001011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84DA; }

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

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

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

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

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

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

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

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