#C476C1

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

Shades of Orchid #C476C1

Tints of Orchid #C476C1

Color information

#C476C1 (or 0xC476C1) is unknown color: approx Orchid. HEX triplet: C4, 76 and C1. RGB value is (196,118,193). Sum of RGB (Red+Green+Blue) = 196+118+193=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C476C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476C1 is #3B893E. Grayscale: #959595. Windows color (decimal): -3901759 or 12678852. OLE color: 12678852.

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

Color convert

RGB196118193-
CMYK00.400.020.23
HSL302.31º39.8%61.57%-
HSV(B)302.31º39.8%76.86%-
XYZ38.8728.5453.91-
YUV149.87152.34160.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=38.66%
G=23.27%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611819300.400.020.23302.3139.861.57
HexC476C102821712e283e
Octal3041663010502274565076
Binary1100010011101101100000101010001010111100101110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476C1; }

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

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

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

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

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

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

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

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