#C579DD

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

Shades of Orchid #C579DD

Tints of Orchid #C579DD

Color information

#C579DD (or 0xC579DD) is unknown color: approx Orchid. HEX triplet: C5, 79 and DD. RGB value is (197,121,221). Sum of RGB (Red+Green+Blue) = 197+121+221=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #C579DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579DD is #3A8622. Grayscale: #9A9A9A. Windows color (decimal): -3835427 or 14514629. OLE color: 14514629.

HSL color Cylindrical-coordinate representation of color #C579DD: hue angle of 285.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C579DD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197121221-
CMYK0.110.4500.13
HSL285.6º59.52%67.06%-
HSV(B)285.6º45.25%86.67%-
XYZ42.9130.7772.08-
YUV155.12165.18157.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=36.55%
G=22.45%
B=41.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971212210.110.4500.13285.659.5267.06
HexC579DDB2D0D11e3c43
Octal305171335135501543674103
Binary110001011111001110111011011101101011011000111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579DD; }

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

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

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

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

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

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

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

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