#C376DB

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

Shades of Orchid #C376DB

Tints of Orchid #C376DB

Color information

#C376DB (or 0xC376DB) is unknown color: approx Orchid. HEX triplet: C3, 76 and DB. RGB value is (195,118,219). Sum of RGB (Red+Green+Blue) = 195+118+219=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C376DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376DB is #3C8924. Grayscale: #989898. Windows color (decimal): -3967269 or 14382787. OLE color: 14382787.

HSL color Cylindrical-coordinate representation of color #C376DB: hue angle of 285.74º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C376DB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195118219-
CMYK0.110.4600.14
HSL285.74º58.38%66.08%-
HSV(B)285.74º46.12%85.88%-
XYZ41.7729.6770.54-
YUV152.54165.51158.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.65%
GREEN value IS 118 (46.48% from 255) = 22.18%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=36.65%
G=22.18%
B=41.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951182190.110.4600.14285.7458.3866.08
HexC376DBB2E0E11e3a42
Octal303166333135601643672102
Binary110000111110110110110111011101110011101000111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376DB; }

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

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

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

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

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

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

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

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