#C276DB

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

Shades of Orchid #C276DB

Tints of Orchid #C276DB

Color information

#C276DB (or 0xC276DB) is unknown color: approx Orchid. HEX triplet: C2, 76 and DB. RGB value is (194,118,219). Sum of RGB (Red+Green+Blue) = 194+118+219=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C276DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276DB is #3D8924. Grayscale: #979797. Windows color (decimal): -4032805 or 14382786. OLE color: 14382786.

HSL color Cylindrical-coordinate representation of color #C276DB: hue angle of 285.15º 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 #C276DB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194118219-
CMYK0.110.4600.14
HSL285.15º58.38%66.08%-
HSV(B)285.15º46.12%85.88%-
XYZ41.5129.5470.53-
YUV152.24165.68157.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 118 (46.48% from 255) = 22.22%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=36.53%
G=22.22%
B=41.24%

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
Decimal1941182190.110.4600.14285.1558.3866.08
HexC276DBB2E0E11d3a42
Octal302166333135601643572102
Binary110000101110110110110111011101110011101000111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C276DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C276DB; }

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

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

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

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

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

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

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

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