#C351FF

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

Shades of Heliotrope #C351FF

Tints of Heliotrope #C351FF

Color information

#C351FF (or 0xC351FF) is unknown color: approx Heliotrope. HEX triplet: C3, 51 and FF. RGB value is (195,81,255). Sum of RGB (Red+Green+Blue) = 195+81+255=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C351FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351FF is #3CAE00. Grayscale: #868686. Windows color (decimal): -3976705 or 16732611. OLE color: 16732611.

HSL color Cylindrical-coordinate representation of color #C351FF: hue angle of 279.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C351FF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19581255-
CMYK0.240.6800
HSL279.31º100%65.88%-
HSV(B)279.31º68.24%100%-
XYZ43.524.7197.08-
YUV134.92195.77170.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 81 (32.03% from 255) = 15.25%
BLUE value IS 255 (100% from 255) = 48.02%
R=36.72%
G=15.25%
B=48.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195812550.240.6800279.3110065.88
HexC351FF1844001176442
Octal3031213773010400427144102
Binary110000111010001111111111100010001000010001011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C351FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C351FF; }

 p { color: rgb(195,81,255); }

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

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

 a { background-color: rgb(195,81,255); }

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

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

 span { border-color: rgb(195,81,255); }

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