#C576BC

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

Shades of Orchid #C576BC

Tints of Orchid #C576BC

Color information

#C576BC (or 0xC576BC) is unknown color: approx Orchid. HEX triplet: C5, 76 and BC. RGB value is (197,118,188). Sum of RGB (Red+Green+Blue) = 197+118+188=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C576BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576BC is #3A8943. Grayscale: #959595. Windows color (decimal): -3836228 or 12351173. OLE color: 12351173.

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

Color convert

RGB197118188-
CMYK00.400.050.23
HSL306.84º40.51%61.76%-
HSV(B)306.84º40.1%77.25%-
XYZ38.5828.4651.04-
YUV149.6149.67161.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=39.17%
G=23.46%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711818800.400.050.23306.8440.5161.76
HexC576BC028517133293e
Octal3051662740505274635176
Binary11000101111011010111100010100010110111100110011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576BC; }

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

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

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

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

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

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

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

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