#DC7FDA

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

Shades of Orchid #DC7FDA

Tints of Orchid #DC7FDA

Color information

#DC7FDA (or 0xDC7FDA) is unknown color: approx Orchid. HEX triplet: DC, 7F and DA. RGB value is (220,127,218). Sum of RGB (Red+Green+Blue) = 220+127+218=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FDA is #238025. Grayscale: #A4A4A4. Windows color (decimal): -2326566 or 14319580. OLE color: 14319580.

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

Color convert

RGB220127218-
CMYK00.420.010.14
HSL301.29º57.06%68.04%-
HSV(B)301.29º42.27%86.27%-
XYZ49.7635.4670.55-
YUV165.18157.81167.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 127 (50% from 255) = 22.48%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=38.94%
G=22.48%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012721800.420.010.14301.2957.0668.04
HexDC7FDA02A1E12d3944
Octal33417733205211645571104
Binary110111001111111110110100101010111101001011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FDA; }

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

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

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

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

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

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

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

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