#C381FD

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

Shades of Heliotrope #C381FD

Tints of Heliotrope #C381FD

Color information

#C381FD (or 0xC381FD) is unknown color: approx Heliotrope. HEX triplet: C3, 81 and FD. RGB value is (195,129,253). Sum of RGB (Red+Green+Blue) = 195+129+253=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #C381FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381FD is #3C7E02. Grayscale: #A2A2A2. Windows color (decimal): -3964419 or 16613827. OLE color: 16613827.

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

Color convert

RGB195129253-
CMYK0.230.4900.01
HSL271.94º96.88%74.9%-
HSV(B)271.94º49.01%99.22%-
XYZ48.0934.3997.03-
YUV162.87178.87150.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.80%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=33.80%
G=22.36%
B=43.85%

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
Decimal1951292530.230.4900.01271.9496.8874.9
HexC381FD173101110614b
Octal303201375276101420141113
Binary110000111000000111111101101111100010110001000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381FD; }

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

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

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

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

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

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

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

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