#C479C3

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

Shades of Orchid #C479C3

Tints of Orchid #C479C3

Color information

#C479C3 (or 0xC479C3) is unknown color: approx Orchid. HEX triplet: C4, 79 and C3. RGB value is (196,121,195). Sum of RGB (Red+Green+Blue) = 196+121+195=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C479C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479C3 is #3B863C. Grayscale: #979797. Windows color (decimal): -3900989 or 12810692. OLE color: 12810692.

HSL color Cylindrical-coordinate representation of color #C479C3: hue angle of 300.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479C3 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB196121195-
CMYK00.380.010.23
HSL300.8º38.86%62.16%-
HSV(B)300.8º38.27%76.86%-
XYZ39.4529.3555.22-
YUV151.86152.35159.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=38.28%
G=23.63%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612119500.380.010.23300.838.8662.16
HexC479C302611712d273e
Octal3041713030461274554776
Binary110001001111001110000110100110110111100101101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479C3; }

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

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

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

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

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

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

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

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