#C479BF

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

Shades of Orchid #C479BF

Tints of Orchid #C479BF

Color information

#C479BF (or 0xC479BF) is unknown color: approx Orchid. HEX triplet: C4, 79 and BF. RGB value is (196,121,191). Sum of RGB (Red+Green+Blue) = 196+121+191=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C479BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479BF is #3B8640. Grayscale: #979797. Windows color (decimal): -3900993 or 12548548. OLE color: 12548548.

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

Color convert

RGB196121191-
CMYK00.380.030.23
HSL304º38.86%62.16%-
HSV(B)304º38.27%76.86%-
XYZ39.0129.1752.87-
YUV151.4150.35159.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 191 (75% from 255) = 37.60%
R=38.58%
G=23.82%
B=37.60%

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
Decimal19612119100.380.030.2330438.8662.16
HexC479BF026317130273e
Octal3041712770463274604776
Binary1100010011110011011111101001101110111100110000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479BF; }

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

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

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

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

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

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

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

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