#C273FB

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

Shades of Heliotrope #C273FB

Tints of Heliotrope #C273FB

Color information

#C273FB (or 0xC273FB) is unknown color: approx Heliotrope. HEX triplet: C2, 73 and FB. RGB value is (194,115,251). Sum of RGB (Red+Green+Blue) = 194+115+251=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C273FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273FB is #3D8C04. Grayscale: #999999. Windows color (decimal): -4033541 or 16479170. OLE color: 16479170.

HSL color Cylindrical-coordinate representation of color #C273FB: hue angle of 274.85º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C273FB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194115251-
CMYK0.230.5400.02
HSL274.85º94.44%71.76%-
HSV(B)274.85º54.18%98.43%-
XYZ45.7930.794.78-
YUV154.12182.67156.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=34.64%
G=20.54%
B=44.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941152510.230.5400.02274.8594.4471.76
HexC273FB1736021135e48
Octal302163373276602423136110
Binary110000101110011111110111011111011001010001001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273FB; }

 p { color: rgb(194,115,251); }

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

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

 a { background-color: rgb(194,115,251); }

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

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

 span { border-color: rgb(194,115,251); }

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