#DC7FCD

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

Shades of Orchid #DC7FCD

Tints of Orchid #DC7FCD

Color information

#DC7FCD (or 0xDC7FCD) is unknown color: approx Orchid. HEX triplet: DC, 7F and CD. RGB value is (220,127,205). Sum of RGB (Red+Green+Blue) = 220+127+205=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FCD is #238032. Grayscale: #A3A3A3. Windows color (decimal): -2326579 or 13467612. OLE color: 13467612.

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

Color convert

RGB220127205-
CMYK00.420.070.14
HSL309.68º57.06%68.04%-
HSV(B)309.68º42.27%86.27%-
XYZ48.1234.861.94-
YUV163.7151.31168.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=39.86%
G=23.01%
B=37.14%

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
Decimal22012720500.420.070.14309.6857.0668.04
HexDC7FCD02A7E1363944
Octal33417731505271646671104
Binary11011100111111111001101010101011111101001101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FCD; }

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

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

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

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

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

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

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

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