#C479D0

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

Shades of Orchid #C479D0

Tints of Orchid #C479D0

Color information

#C479D0 (or 0xC479D0) is unknown color: approx Orchid. HEX triplet: C4, 79 and D0. RGB value is (196,121,208). Sum of RGB (Red+Green+Blue) = 196+121+208=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #C479D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479D0 is #3B862F. Grayscale: #999999. Windows color (decimal): -3900976 or 13662660. OLE color: 13662660.

HSL color Cylindrical-coordinate representation of color #C479D0: hue angle of 291.72º degrees, saturation: 0.48, 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 #C479D0 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196121208-
CMYK0.060.4200.18
HSL291.72º48.07%64.51%-
HSV(B)291.72º41.83%81.57%-
XYZ40.9929.9663.3-
YUV153.34158.85158.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=37.33%
G=23.05%
B=39.62%

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
Decimal1961212080.060.4200.18291.7248.0764.51
HexC479D062A0121243041
Octal30417132065202244460101
Binary110001001111001110100001101010100100101001001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479D0; }

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

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

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

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

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

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

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

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