#C479DC

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

Shades of Orchid #C479DC

Tints of Orchid #C479DC

Color information

#C479DC (or 0xC479DC) is unknown color: approx Orchid. HEX triplet: C4, 79 and DC. RGB value is (196,121,220). Sum of RGB (Red+Green+Blue) = 196+121+220=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C479DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479DC is #3B8623. Grayscale: #9A9A9A. Windows color (decimal): -3900964 or 14449092. OLE color: 14449092.

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

Color convert

RGB196121220-
CMYK0.110.4500.14
HSL285.45º58.58%66.86%-
HSV(B)285.45º45%86.27%-
XYZ42.5230.5871.37-
YUV154.71164.85157.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=36.50%
G=22.53%
B=40.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961212200.110.4500.14285.4558.5866.86
HexC479DCB2D0E11d3b43
Octal304171334135501643573103
Binary110001001111001110111001011101101011101000111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479DC; }

 p { color: rgb(196,121,220); }

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

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

 a { background-color: rgb(196,121,220); }

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

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

 span { border-color: rgb(196,121,220); }

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