#C281FC

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

Shades of Heliotrope #C281FC

Tints of Heliotrope #C281FC

Color information

#C281FC (or 0xC281FC) is unknown color: approx Heliotrope. HEX triplet: C2, 81 and FC. RGB value is (194,129,252). Sum of RGB (Red+Green+Blue) = 194+129+252=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #C281FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C281FC is #3D7E03. Grayscale: #A2A2A2. Windows color (decimal): -4029956 or 16548290. OLE color: 16548290.

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

Color convert

RGB194129252-
CMYK0.230.4900.01
HSL271.71º95.35%74.71%-
HSV(B)271.71º48.81%98.82%-
XYZ47.6734.296.18-
YUV162.46178.53150.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=33.74%
G=22.43%
B=43.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941292520.230.4900.01271.7195.3574.71
HexC281FC1731011105f4b
Octal302201374276101420137113
Binary110000101000000111111100101111100010110001000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281FC; }

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

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

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

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

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

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

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

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