#C479D1

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

Shades of Orchid #C479D1

Tints of Orchid #C479D1

Color information

#C479D1 (or 0xC479D1) is unknown color: approx Orchid. HEX triplet: C4, 79 and D1. RGB value is (196,121,209). Sum of RGB (Red+Green+Blue) = 196+121+209=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #C479D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479D1 is #3B862E. Grayscale: #999999. Windows color (decimal): -3900975 or 13728196. OLE color: 13728196.

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

Color convert

RGB196121209-
CMYK0.060.4200.18
HSL291.14º48.89%64.71%-
HSV(B)291.14º42.11%81.96%-
XYZ41.1130.0163.95-
YUV153.46159.35158.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 121 (47.66% from 255) = 23.00%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=37.26%
G=23.00%
B=39.73%

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
Decimal1961212090.060.4200.18291.1448.8964.71
HexC479D162A0121233141
Octal30417132165202244361101
Binary110001001111001110100011101010100100101001000111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479D1; }

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

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

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

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

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

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

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

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