#C479BC

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

Shades of Orchid #C479BC

Tints of Orchid #C479BC

Color information

#C479BC (or 0xC479BC) is unknown color: approx Orchid. HEX triplet: C4, 79 and BC. RGB value is (196,121,188). Sum of RGB (Red+Green+Blue) = 196+121+188=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C479BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479BC is #3B8643. Grayscale: #969696. Windows color (decimal): -3900996 or 12351940. OLE color: 12351940.

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

Color convert

RGB196121188-
CMYK00.380.040.23
HSL306.4º38.86%62.16%-
HSV(B)306.4º38.27%76.86%-
XYZ38.6829.0451.14-
YUV151.06148.85160.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=38.81%
G=23.96%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612118800.380.040.23306.438.8662.16
HexC479BC026417132273e
Octal3041712740464274624776
Binary11000100111100110111100010011010010111100110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479BC; }

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

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

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

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

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

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

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

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