#DC7FC9

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

Shades of Orchid #DC7FC9

Tints of Orchid #DC7FC9

Color information

#DC7FC9 (or 0xDC7FC9) is unknown color: approx Orchid. HEX triplet: DC, 7F and C9. RGB value is (220,127,201). Sum of RGB (Red+Green+Blue) = 220+127+201=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC9 is #238036. Grayscale: #A3A3A3. Windows color (decimal): -2326583 or 13205468. OLE color: 13205468.

HSL color Cylindrical-coordinate representation of color #DC7FC9: hue angle of 312.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FC9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220127201-
CMYK00.420.090.14
HSL312.26º57.06%68.04%-
HSV(B)312.26º42.27%86.27%-
XYZ47.6534.6159.43-
YUV163.24149.31168.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=40.15%
G=23.18%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012720100.420.090.14312.2657.0668.04
HexDC7FC902A9E1383944
Octal334177311052111647071104
Binary110111001111111110010010101010100111101001110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FC9; }

 p { color: rgb(220,127,201); }

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

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

 a { background-color: rgb(220,127,201); }

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

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

 span { border-color: rgb(220,127,201); }

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