#C479CB

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

Shades of Orchid #C479CB

Tints of Orchid #C479CB

Color information

#C479CB (or 0xC479CB) is unknown color: approx Orchid. HEX triplet: C4, 79 and CB. RGB value is (196,121,203). Sum of RGB (Red+Green+Blue) = 196+121+203=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C479CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479CB is #3B8634. Grayscale: #989898. Windows color (decimal): -3900981 or 13334980. OLE color: 13334980.

HSL color Cylindrical-coordinate representation of color #C479CB: hue angle of 294.88º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C479CB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196121203-
CMYK0.030.4000.20
HSL294.88º44.09%63.53%-
HSV(B)294.88º40.39%79.61%-
XYZ40.3829.7260.11-
YUV152.77156.35158.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 121 (47.66% from 255) = 23.27%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=37.69%
G=23.27%
B=39.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961212030.030.4000.20294.8844.0963.53
HexC479CB3280141272c40
Octal30417131335002444754100
Binary11000100111100111001011111010000101001001001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479CB; }

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

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

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

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

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

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

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

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