#C376BE

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

Shades of Orchid #C376BE

Tints of Orchid #C376BE

Color information

#C376BE (or 0xC376BE) is unknown color: approx Orchid. HEX triplet: C3, 76 and BE. RGB value is (195,118,190). Sum of RGB (Red+Green+Blue) = 195+118+190=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C376BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376BE is #3C8941. Grayscale: #959595. Windows color (decimal): -3967298 or 12482243. OLE color: 12482243.

HSL color Cylindrical-coordinate representation of color #C376BE: hue angle of 303.9º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376BE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195118190-
CMYK00.390.030.24
HSL303.9º39.09%61.37%-
HSV(B)303.9º39.49%76.47%-
XYZ38.2828.2852.16-
YUV149.23151.01160.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=38.77%
G=23.46%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511819000.390.030.24303.939.0961.37
HexC376BE027318130273d
Octal3031662760473304604775
Binary1100001111101101011111001001111111000100110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376BE; }

 p { color: rgb(195,118,190); }

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

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

 a { background-color: rgb(195,118,190); }

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

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

 span { border-color: rgb(195,118,190); }

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