#DC7FC8

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

Shades of Orchid #DC7FC8

Tints of Orchid #DC7FC8

Color information

#DC7FC8 (or 0xDC7FC8) is unknown color: approx Orchid. HEX triplet: DC, 7F and C8. RGB value is (220,127,200). Sum of RGB (Red+Green+Blue) = 220+127+200=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC8 is #238037. Grayscale: #A2A2A2. Windows color (decimal): -2326584 or 13139932. OLE color: 13139932.

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

Color convert

RGB220127200-
CMYK00.420.090.14
HSL312.9º57.06%68.04%-
HSV(B)312.9º42.27%86.27%-
XYZ47.5334.5658.81-
YUV163.13148.81168.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=40.22%
G=23.22%
B=36.56%

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
Decimal22012720000.420.090.14312.957.0668.04
HexDC7FC802A9E1393944
Octal334177310052111647171104
Binary110111001111111110010000101010100111101001110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FC8; }

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

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

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

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

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

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

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

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