#C381F9

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

Shades of Heliotrope #C381F9

Tints of Heliotrope #C381F9

Color information

#C381F9 (or 0xC381F9) is unknown color: approx Heliotrope. HEX triplet: C3, 81 and F9. RGB value is (195,129,249). Sum of RGB (Red+Green+Blue) = 195+129+249=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #C381F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381F9 is #3C7E06. Grayscale: #A2A2A2. Windows color (decimal): -3964423 or 16351683. OLE color: 16351683.

HSL color Cylindrical-coordinate representation of color #C381F9: hue angle of 273º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C381F9 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195129249-
CMYK0.220.4800.02
HSL273º90.91%74.12%-
HSV(B)273º48.19%97.65%-
XYZ47.4534.1493.71-
YUV162.41176.87151.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=34.03%
G=22.51%
B=43.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951292490.220.4800.0227390.9174.12
HexC381F91630021115b4a
Octal303201371266002421133112
Binary1100001110000001111110011011011000001010001000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381F9; }

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

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

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

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

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

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

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

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