#dc7fcc

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

Shades of Orchid #DC7FCC

Tints of Orchid #DC7FCC

Color information

#DC7FCC (or 0xDC7FCC) is unknown color: approx Orchid. HEX triplet: DC, 7F and CC. RGB value is (220,127,204). Sum of RGB (Red+Green+Blue) = 220+127+204=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FCC is #238033. Grayscale: #A3A3A3. Windows color (decimal): -2326580 or 13402076. OLE color: 13402076.

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

Color convert

RGB220127204-
CMYK00.420.070.14
HSL310.32º57.06%68.04%-
HSV(B)310.32º42.27%86.27%-
XYZ4834.7561.3-
YUV163.58150.81168.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 127 (50% from 255) = 23.05%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=39.93%
G=23.05%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012720400.420.070.14310.3257.0668.04
HexDC7FCC02A7E1363944
Octal33417731405271646671104
Binary11011100111111111001100010101011111101001101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7fcc; }

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

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

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

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

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

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

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

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