#C35EFC

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

Shades of Heliotrope #C35EFC

Tints of Heliotrope #C35EFC

Color information

#C35EFC (or 0xC35EFC) is unknown color: approx Heliotrope. HEX triplet: C3, 5E and FC. RGB value is (195,94,252). Sum of RGB (Red+Green+Blue) = 195+94+252=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #C35EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35EFC is #3CA103. Grayscale: #8D8D8D. Windows color (decimal): -3973380 or 16539331. OLE color: 16539331.

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

Color convert

RGB19594252-
CMYK0.230.6300.01
HSL278.35º96.34%67.84%-
HSV(B)278.35º62.7%98.82%-
XYZ44.0826.6494.91-
YUV142.21189.96165.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 94 (37.11% from 255) = 17.38%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=36.04%
G=17.38%
B=46.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal195942520.230.6300.01278.3596.3467.84
HexC35EFC173F011166044
Octal303136374277701426140104
Binary11000011101111011111100101111111110110001011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35EFC; }

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

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

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

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

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

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

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

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