#C35FFF

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

Shades of Heliotrope #C35FFF

Tints of Heliotrope #C35FFF

Color information

#C35FFF (or 0xC35FFF) is unknown color: approx Heliotrope. HEX triplet: C3, 5F and FF. RGB value is (195,95,255). Sum of RGB (Red+Green+Blue) = 195+95+255=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #C35FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FFF is #3CA000. Grayscale: #8E8E8E. Windows color (decimal): -3973121 or 16736195. OLE color: 16736195.

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

Color convert

RGB19595255-
CMYK0.240.6300
HSL277.5º100%68.63%-
HSV(B)277.5º62.75%100%-
XYZ44.6527.0197.47-
YUV143.14191.13164.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 95 (37.5% from 255) = 17.43%
BLUE value IS 255 (100% from 255) = 46.79%
R=35.78%
G=17.43%
B=46.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195952550.240.6300277.510068.63
HexC35FFF183F001166445
Octal303137377307700426144105
Binary11000011101111111111111110001111110010001011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FFF; }

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

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

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

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

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

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

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

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