#C35EFF

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

Shades of Heliotrope #C35EFF

Tints of Heliotrope #C35EFF

Color information

#C35EFF (or 0xC35EFF) is unknown color: approx Heliotrope. HEX triplet: C3, 5E and FF. RGB value is (195,94,255). Sum of RGB (Red+Green+Blue) = 195+94+255=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #C35EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35EFF is #3CA100. Grayscale: #8E8E8E. Windows color (decimal): -3973377 or 16735939. OLE color: 16735939.

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

Color convert

RGB19594255-
CMYK0.240.6300
HSL277.64º100%68.43%-
HSV(B)277.64º63.14%100%-
XYZ44.5626.8397.44-
YUV142.55191.46165.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 94 (37.11% from 255) = 17.28%
BLUE value IS 255 (100% from 255) = 46.88%
R=35.85%
G=17.28%
B=46.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195942550.240.6300277.6410068.43
HexC35EFF183F001166444
Octal303136377307700426144104
Binary11000011101111011111111110001111110010001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35EFF; }

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

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

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

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

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

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

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

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