#DC84CD

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

Shades of Orchid #DC84CD

Tints of Orchid #DC84CD

Color information

#DC84CD (or 0xDC84CD) is unknown color: approx Orchid. HEX triplet: DC, 84 and CD. RGB value is (220,132,205). Sum of RGB (Red+Green+Blue) = 220+132+205=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84CD is #237B32. Grayscale: #A6A6A6. Windows color (decimal): -2325299 or 13468892. OLE color: 13468892.

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

Color convert

RGB220132205-
CMYK00.400.070.14
HSL310.23º55.7%69.02%-
HSV(B)310.23º40%86.27%-
XYZ48.7936.1362.16-
YUV166.63149.65166.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=39.50%
G=23.70%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013220500.400.070.14310.2355.769.02
HexDC84CD0287E1363845
Octal33420431505071646670105
Binary110111001000010011001101010100011111101001101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84CD; }

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

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

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

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

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

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

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

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