#C479BE

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

Shades of Orchid #C479BE

Tints of Orchid #C479BE

Color information

#C479BE (or 0xC479BE) is unknown color: approx Orchid. HEX triplet: C4, 79 and BE. RGB value is (196,121,190). Sum of RGB (Red+Green+Blue) = 196+121+190=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C479BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479BE is #3B8641. Grayscale: #979797. Windows color (decimal): -3900994 or 12483012. OLE color: 12483012.

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

Color convert

RGB196121190-
CMYK00.380.030.23
HSL304.8º38.86%62.16%-
HSV(B)304.8º38.27%76.86%-
XYZ38.929.1352.29-
YUV151.29149.85159.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=38.66%
G=23.87%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612119000.380.030.23304.838.8662.16
HexC479BE026317131273e
Octal3041712760463274614776
Binary1100010011110011011111001001101110111100110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479BE; }

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

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

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

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

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

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

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

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