#DC84DD

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

Shades of Orchid #DC84DD

Tints of Orchid #DC84DD

Color information

#DC84DD (or 0xDC84DD) is unknown color: approx Orchid. HEX triplet: DC, 84 and DD. RGB value is (220,132,221). Sum of RGB (Red+Green+Blue) = 220+132+221=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84DD is #237B22. Grayscale: #A8A8A8. Windows color (decimal): -2325283 or 14517468. OLE color: 14517468.

HSL color Cylindrical-coordinate representation of color #DC84DD: hue angle of 299.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC84DD is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220132221-
CMYK0.000.4000.13
HSL299.33º56.69%69.22%-
HSV(B)299.33º40.27%86.67%-
XYZ50.8236.9472.86-
YUV168.46157.65164.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=38.39%
G=23.04%
B=38.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201322210.000.4000.13299.3356.6969.22
HexDC84DD0280D12b3945
Octal33420433505001545371105
Binary1101110010000100110111010101000011011001010111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84DD; }

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

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

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

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

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

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

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

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