#C381F8

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

Shades of Heliotrope #C381F8

Tints of Heliotrope #C381F8

Color information

#C381F8 (or 0xC381F8) is unknown color: approx Heliotrope. HEX triplet: C3, 81 and F8. RGB value is (195,129,248). Sum of RGB (Red+Green+Blue) = 195+129+248=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #C381F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381F8 is #3C7E07. Grayscale: #A1A1A1. Windows color (decimal): -3964424 or 16286147. OLE color: 16286147.

HSL color Cylindrical-coordinate representation of color #C381F8: hue angle of 273.28º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C381F8 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195129248-
CMYK0.210.4800.03
HSL273.28º89.47%73.92%-
HSV(B)273.28º47.98%97.25%-
XYZ47.334.0892.89-
YUV162.3176.37151.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 248 (97.27% from 255) = 43.36%
R=34.09%
G=22.55%
B=43.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951292480.210.4800.03273.2889.4773.92
HexC381F8153003111594a
Octal303201370256003421131112
Binary1100001110000001111110001010111000001110001000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381F8; }

 p { color: rgb(195,129,248); }

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

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

 a { background-color: rgb(195,129,248); }

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

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

 span { border-color: rgb(195,129,248); }

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