#C578CC

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

Shades of Orchid #C578CC

Tints of Orchid #C578CC

Color information

#C578CC (or 0xC578CC) is unknown color: approx Orchid. HEX triplet: C5, 78 and CC. RGB value is (197,120,204). Sum of RGB (Red+Green+Blue) = 197+120+204=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C578CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578CC is #3A8733. Grayscale: #989898. Windows color (decimal): -3835700 or 13400261. OLE color: 13400261.

HSL color Cylindrical-coordinate representation of color #C578CC: hue angle of 295º degrees, saturation: 0.45, 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 #C578CC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197120204-
CMYK0.030.4100.2
HSL295º45.16%63.53%-
HSV(B)295º41.18%80%-
XYZ40.6429.6660.71-
YUV152.6157.01159.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=37.81%
G=23.03%
B=39.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971202040.030.4100.229545.1663.53
HexC578CC3290141272d40
Octal30517031435102444755100
Binary11000101111100011001100111010010101001001001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C578CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C578CC; }

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

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

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

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

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

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

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

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