#C578DA

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

Shades of Orchid #C578DA

Tints of Orchid #C578DA

Color information

#C578DA (or 0xC578DA) is unknown color: approx Orchid. HEX triplet: C5, 78 and DA. RGB value is (197,120,218). Sum of RGB (Red+Green+Blue) = 197+120+218=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C578DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578DA is #3A8725. Grayscale: #999999. Windows color (decimal): -3835686 or 14317765. OLE color: 14317765.

HSL color Cylindrical-coordinate representation of color #C578DA: hue angle of 287.14º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C578DA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197120218-
CMYK0.100.4500.15
HSL287.14º56.98%66.27%-
HSV(B)287.14º44.95%85.49%-
XYZ42.430.3769.96-
YUV154.2164.01158.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 120 (47.27% from 255) = 22.43%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=36.82%
G=22.43%
B=40.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971202180.100.4500.15287.1456.9866.27
HexC578DAA2D0F11f3942
Octal305170332125501743771102
Binary110001011111000110110101010101101011111000111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C578DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C578DA; }

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

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

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

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

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

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

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

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