#C376D1

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

Shades of Orchid #C376D1

Tints of Orchid #C376D1

Color information

#C376D1 (or 0xC376D1) is unknown color: approx Orchid. HEX triplet: C3, 76 and D1. RGB value is (195,118,209). Sum of RGB (Red+Green+Blue) = 195+118+209=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #C376D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376D1 is #3C892E. Grayscale: #979797. Windows color (decimal): -3967279 or 13727427. OLE color: 13727427.

HSL color Cylindrical-coordinate representation of color #C376D1: hue angle of 290.77º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C376D1 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195118209-
CMYK0.070.4400.18
HSL290.77º49.73%64.12%-
HSV(B)290.77º43.54%81.96%-
XYZ40.4929.1663.82-
YUV151.4160.51159.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=37.36%
G=22.61%
B=40.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951182090.070.4400.18290.7749.7364.12
HexC376D172C0121233240
Octal30316632175402244362100
Binary110000111110110110100011111011000100101001000111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376D1; }

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

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

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

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

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

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

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

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