#C275F3

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

Shades of Heliotrope #C275F3

Tints of Heliotrope #C275F3

Color information

#C275F3 (or 0xC275F3) is unknown color: approx Heliotrope. HEX triplet: C2, 75 and F3. RGB value is (194,117,243). Sum of RGB (Red+Green+Blue) = 194+117+243=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #C275F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275F3 is #3D8A0C. Grayscale: #999999. Windows color (decimal): -4033037 or 15955394. OLE color: 15955394.

HSL color Cylindrical-coordinate representation of color #C275F3: hue angle of 276.67º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C275F3 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194117243-
CMYK0.200.5200.05
HSL276.67º84%70.59%-
HSV(B)276.67º51.85%95.29%-
XYZ44.7930.6688.35-
YUV154.39178.01156.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 117 (46.09% from 255) = 21.12%
BLUE value IS 243 (95.31% from 255) = 43.86%
R=35.02%
G=21.12%
B=43.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941172430.200.5200.05276.678470.59
HexC275F31434051155447
Octal302165363246405425124107
Binary1100001011101011111001110100110100010110001010110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C275F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C275F3; }

 p { color: rgb(194,117,243); }

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

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

 a { background-color: rgb(194,117,243); }

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

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

 span { border-color: rgb(194,117,243); }

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