#C578CD

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

Shades of Orchid #C578CD

Tints of Orchid #C578CD

Color information

#C578CD (or 0xC578CD) is unknown color: approx Orchid. HEX triplet: C5, 78 and CD. RGB value is (197,120,205). Sum of RGB (Red+Green+Blue) = 197+120+205=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C578CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578CD is #3A8732. Grayscale: #989898. Windows color (decimal): -3835699 or 13465797. OLE color: 13465797.

HSL color Cylindrical-coordinate representation of color #C578CD: hue angle of 294.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C578CD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197120205-
CMYK0.040.4100.20
HSL294.35º45.95%63.73%-
HSV(B)294.35º41.46%80.39%-
XYZ40.7629.7161.34-
YUV152.71157.51159.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=37.74%
G=22.99%
B=39.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971202050.040.4100.20294.3545.9563.73
HexC578CD4290141262e40
Octal30517031545102444656100
Binary110001011111000110011011001010010101001001001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C578CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C578CD; }

 p { color: rgb(197,120,205); }

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

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

 a { background-color: rgb(197,120,205); }

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

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

 span { border-color: rgb(197,120,205); }

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