#C381FC

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

Shades of Heliotrope #C381FC

Tints of Heliotrope #C381FC

Color information

#C381FC (or 0xC381FC) is unknown color: approx Heliotrope. HEX triplet: C3, 81 and FC. RGB value is (195,129,252). Sum of RGB (Red+Green+Blue) = 195+129+252=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #C381FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381FC is #3C7E03. Grayscale: #A2A2A2. Windows color (decimal): -3964420 or 16548291. OLE color: 16548291.

HSL color Cylindrical-coordinate representation of color #C381FC: hue angle of 272.2º 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 #C381FC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195129252-
CMYK0.230.4900.01
HSL272.2º95.35%74.71%-
HSV(B)272.2º48.81%98.82%-
XYZ47.9334.3396.2-
YUV162.76178.37151-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=33.85%
G=22.40%
B=43.75%

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
Decimal1951292520.230.4900.01272.295.3574.71
HexC381FC1731011105f4b
Octal303201374276101420137113
Binary110000111000000111111100101111100010110001000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381FC; }

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

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

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

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

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

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

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

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