#C479C4

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

Shades of Orchid #C479C4

Tints of Orchid #C479C4

Color information

#C479C4 (or 0xC479C4) is unknown color: approx Orchid. HEX triplet: C4, 79 and C4. RGB value is (196,121,196). Sum of RGB (Red+Green+Blue) = 196+121+196=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C479C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479C4 is #3B863B. Grayscale: #979797. Windows color (decimal): -3900988 or 12876228. OLE color: 12876228.

HSL color Cylindrical-coordinate representation of color #C479C4: hue angle of 300º 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 #C479C4 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB196121196-
CMYK00.3800.23
HSL300º38.86%62.16%-
HSV(B)300º38.27%76.86%-
XYZ39.5729.455.81-
YUV151.98152.85159.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 121 (47.66% from 255) = 23.59%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=38.21%
G=23.59%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612119600.3800.2330038.8662.16
HexC479C402601712c273e
Octal3041713040460274544776
Binary110001001111001110001000100110010111100101100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479C4; }

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

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

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

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

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

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

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

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