#C274FC

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

Shades of Heliotrope #C274FC

Tints of Heliotrope #C274FC

Color information

#C274FC (or 0xC274FC) is unknown color: approx Heliotrope. HEX triplet: C2, 74 and FC. RGB value is (194,116,252). Sum of RGB (Red+Green+Blue) = 194+116+252=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #C274FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274FC is #3D8B03. Grayscale: #9A9A9A. Windows color (decimal): -4033284 or 16544962. OLE color: 16544962.

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

Color convert

RGB194116252-
CMYK0.230.5400.01
HSL274.41º95.77%72.16%-
HSV(B)274.41º53.97%98.82%-
XYZ46.0630.9995.65-
YUV154.83182.84155.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 116 (45.70% from 255) = 20.64%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=34.52%
G=20.64%
B=44.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941162520.230.5400.01274.4195.7772.16
HexC274FC1736011126048
Octal302164374276601422140110
Binary11000010111010011111100101111101100110001001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274FC; }

 p { color: rgb(194,116,252); }

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

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

 a { background-color: rgb(194,116,252); }

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

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

 span { border-color: rgb(194,116,252); }

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