#C35DFA

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

Shades of Heliotrope #C35DFA

Tints of Heliotrope #C35DFA

Color information

#C35DFA (or 0xC35DFA) is unknown color: approx Heliotrope. HEX triplet: C3, 5D and FA. RGB value is (195,93,250). Sum of RGB (Red+Green+Blue) = 195+93+250=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #C35DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35DFA is #3CA205. Grayscale: #8C8C8C. Windows color (decimal): -3973638 or 16408003. OLE color: 16408003.

HSL color Cylindrical-coordinate representation of color #C35DFA: hue angle of 278.98º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C35DFA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19593250-
CMYK0.220.6300.02
HSL278.98º94.01%67.25%-
HSV(B)278.98º62.8%98.04%-
XYZ43.6826.3393.22-
YUV141.4189.29166.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.25%
GREEN value IS 93 (36.72% from 255) = 17.29%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=36.25%
G=17.29%
B=46.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195932500.220.6300.02278.9894.0167.25
HexC35DFA163F021175e43
Octal303135372267702427136103
Binary110000111011101111110101011011111101010001011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35DFA; }

 p { color: rgb(195,93,250); }

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

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

 a { background-color: rgb(195,93,250); }

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

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

 span { border-color: rgb(195,93,250); }

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