#C579CF

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

Shades of Orchid #C579CF

Tints of Orchid #C579CF

Color information

#C579CF (or 0xC579CF) is unknown color: approx Orchid. HEX triplet: C5, 79 and CF. RGB value is (197,121,207). Sum of RGB (Red+Green+Blue) = 197+121+207=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C579CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579CF is #3A8630. Grayscale: #999999. Windows color (decimal): -3835441 or 13597125. OLE color: 13597125.

HSL color Cylindrical-coordinate representation of color #C579CF: hue angle of 293.02º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C579CF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197121207-
CMYK0.050.4200.19
HSL293.02º47.25%64.31%-
HSV(B)293.02º41.55%81.18%-
XYZ41.1330.0562.66-
YUV153.53158.18159.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=37.52%
G=23.05%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971212070.050.4200.19293.0247.2564.31
HexC579CF52A0131252f40
Octal30517131755202344557100
Binary110001011111001110011111011010100100111001001011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579CF; }

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

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

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

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

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

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

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

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