#C579D1

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

Shades of Orchid #C579D1

Tints of Orchid #C579D1

Color information

#C579D1 (or 0xC579D1) is unknown color: approx Orchid. HEX triplet: C5, 79 and D1. RGB value is (197,121,209). Sum of RGB (Red+Green+Blue) = 197+121+209=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #C579D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579D1 is #3A862E. Grayscale: #999999. Windows color (decimal): -3835439 or 13728197. OLE color: 13728197.

HSL color Cylindrical-coordinate representation of color #C579D1: hue angle of 291.82º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C579D1 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197121209-
CMYK0.060.4200.18
HSL291.82º48.89%64.71%-
HSV(B)291.82º42.11%81.96%-
XYZ41.3730.1563.96-
YUV153.76159.18158.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=37.38%
G=22.96%
B=39.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971212090.060.4200.18291.8248.8964.71
HexC579D162A0121243141
Octal30517132165202244461101
Binary110001011111001110100011101010100100101001001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579D1; }

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

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

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

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

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

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

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

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