#C276FD

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

Shades of Heliotrope #C276FD

Tints of Heliotrope #C276FD

Color information

#C276FD (or 0xC276FD) is unknown color: approx Heliotrope. HEX triplet: C2, 76 and FD. RGB value is (194,118,253). Sum of RGB (Red+Green+Blue) = 194+118+253=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C276FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276FD is #3D8902. Grayscale: #9B9B9B. Windows color (decimal): -4032771 or 16611010. OLE color: 16611010.

HSL color Cylindrical-coordinate representation of color #C276FD: hue angle of 273.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C276FD is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194118253-
CMYK0.230.5300.01
HSL273.78º97.12%72.75%-
HSV(B)273.78º53.36%99.22%-
XYZ46.4631.5296.56-
YUV156.11182.68155.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 118 (46.48% from 255) = 20.88%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=34.34%
G=20.88%
B=44.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941182530.230.5300.01273.7897.1272.75
HexC276FD1735011126149
Octal302166375276501422141111
Binary11000010111011011111101101111101010110001001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C276FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C276FD; }

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

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

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

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

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

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

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

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