#DC7FC3

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

Shades of Orchid #DC7FC3

Tints of Orchid #DC7FC3

Color information

#DC7FC3 (or 0xDC7FC3) is unknown color: approx Orchid. HEX triplet: DC, 7F and C3. RGB value is (220,127,195). Sum of RGB (Red+Green+Blue) = 220+127+195=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC3 is #23803C. Grayscale: #A2A2A2. Windows color (decimal): -2326589 or 12812252. OLE color: 12812252.

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

Color convert

RGB220127195-
CMYK00.420.110.14
HSL316.13º57.06%68.04%-
HSV(B)316.13º42.27%86.27%-
XYZ46.9534.3355.78-
YUV162.56146.31168.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=40.59%
G=23.43%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012719500.420.110.14316.1357.0668.04
HexDC7FC302ABE13c3944
Octal334177303052131647471104
Binary110111001111111110000110101010101111101001111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FC3; }

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

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

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

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

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

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

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

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