#C476BC

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

Shades of Orchid #C476BC

Tints of Orchid #C476BC

Color information

#C476BC (or 0xC476BC) is unknown color: approx Orchid. HEX triplet: C4, 76 and BC. RGB value is (196,118,188). Sum of RGB (Red+Green+Blue) = 196+118+188=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C476BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476BC is #3B8943. Grayscale: #959595. Windows color (decimal): -3901764 or 12351172. OLE color: 12351172.

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

Color convert

RGB196118188-
CMYK00.400.040.23
HSL306.15º39.8%61.57%-
HSV(B)306.15º39.8%76.86%-
XYZ38.3228.3251.02-
YUV149.3149.84161.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=39.04%
G=23.51%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611818800.400.040.23306.1539.861.57
HexC476BC028417132283e
Octal3041662740504274625076
Binary11000100111011010111100010100010010111100110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476BC; }

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

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

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

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

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

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

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

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