#C579BC

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

Shades of Orchid #C579BC

Tints of Orchid #C579BC

Color information

#C579BC (or 0xC579BC) is unknown color: approx Orchid. HEX triplet: C5, 79 and BC. RGB value is (197,121,188). Sum of RGB (Red+Green+Blue) = 197+121+188=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C579BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579BC is #3A8643. Grayscale: #979797. Windows color (decimal): -3835460 or 12351941. OLE color: 12351941.

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

Color convert

RGB197121188-
CMYK00.390.050.23
HSL307.11º39.58%62.35%-
HSV(B)307.11º38.58%77.25%-
XYZ38.9429.1851.16-
YUV151.36148.68160.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=38.93%
G=23.91%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712118800.390.050.23307.1139.5862.35
HexC579BC027517133283e
Octal3051712740475274635076
Binary11000101111100110111100010011110110111100110011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579BC; }

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

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

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

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

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

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

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

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