#C35BFA

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

Shades of Heliotrope #C35BFA

Tints of Heliotrope #C35BFA

Color information

#C35BFA (or 0xC35BFA) is unknown color: approx Heliotrope. HEX triplet: C3, 5B and FA. RGB value is (195,91,250). Sum of RGB (Red+Green+Blue) = 195+91+250=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #C35BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35BFA is #3CA405. Grayscale: #8B8B8B. Windows color (decimal): -3974150 or 16407491. OLE color: 16407491.

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

Color convert

RGB19591250-
CMYK0.220.6400.02
HSL279.25º94.08%66.86%-
HSV(B)279.25º63.6%98.04%-
XYZ43.525.9993.17-
YUV140.22189.96167.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 91 (35.94% from 255) = 16.98%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=36.38%
G=16.98%
B=46.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195912500.220.6400.02279.2594.0866.86
HexC35BFA1640021175e43
Octal3031333722610002427136103
Binary1100001110110111111101010110100000001010001011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35BFA; }

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

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

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

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

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

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

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

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