#C579BE

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

Shades of Orchid #C579BE

Tints of Orchid #C579BE

Color information

#C579BE (or 0xC579BE) is unknown color: approx Orchid. HEX triplet: C5, 79 and BE. RGB value is (197,121,190). Sum of RGB (Red+Green+Blue) = 197+121+190=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C579BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579BE is #3A8641. Grayscale: #979797. Windows color (decimal): -3835458 or 12483013. OLE color: 12483013.

HSL color Cylindrical-coordinate representation of color #C579BE: hue angle of 305.53º 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 #C579BE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197121190-
CMYK00.390.040.23
HSL305.53º39.58%62.35%-
HSV(B)305.53º38.58%77.25%-
XYZ39.1629.2652.3-
YUV151.59149.68160.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=38.78%
G=23.82%
B=37.40%

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
Decimal19712119000.390.040.23305.5339.5862.35
HexC579BE027417132283e
Octal3051712760474274625076
Binary11000101111100110111110010011110010111100110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579BE; }

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

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

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

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

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

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

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

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