#C578BE

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

Shades of Orchid #C578BE

Tints of Orchid #C578BE

Color information

#C578BE (or 0xC578BE) is unknown color: approx Orchid. HEX triplet: C5, 78 and BE. RGB value is (197,120,190). Sum of RGB (Red+Green+Blue) = 197+120+190=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C578BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578BE is #3A8741. Grayscale: #969696. Windows color (decimal): -3835714 or 12482757. OLE color: 12482757.

HSL color Cylindrical-coordinate representation of color #C578BE: hue angle of 305.45º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C578BE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197120190-
CMYK00.390.040.23
HSL305.45º39.9%62.16%-
HSV(B)305.45º39.09%77.25%-
XYZ39.0429.0252.26-
YUV151150.01160.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=38.86%
G=23.67%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712019000.390.040.23305.4539.962.16
HexC578BE027417131283e
Octal3051702760474274615076
Binary11000101111100010111110010011110010111100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C578BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C578BE; }

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

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

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

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

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

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

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

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