#C36BF5

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

Shades of Heliotrope #C36BF5

Tints of Heliotrope #C36BF5

Color information

#C36BF5 (or 0xC36BF5) is unknown color: approx Heliotrope. HEX triplet: C3, 6B and F5. RGB value is (195,107,245). Sum of RGB (Red+Green+Blue) = 195+107+245=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #C36BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BF5 is #3C940A. Grayscale: #949494. Windows color (decimal): -3970059 or 16083907. OLE color: 16083907.

HSL color Cylindrical-coordinate representation of color #C36BF5: hue angle of 278.26º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36BF5 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195107245-
CMYK0.200.5600.04
HSL278.26º87.34%69.02%-
HSV(B)278.26º56.33%96.08%-
XYZ44.2428.7189.6-
YUV149.04182.15160.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 107 (42.19% from 255) = 19.56%
BLUE value IS 245 (96.09% from 255) = 44.79%
R=35.65%
G=19.56%
B=44.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951072450.200.5600.04278.2687.3469.02
HexC36BF51438041165745
Octal303153365247004426127105
Binary1100001111010111111010110100111000010010001011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36BF5; }

 p { color: rgb(195,107,245); }

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

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

 a { background-color: rgb(195,107,245); }

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

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

 span { border-color: rgb(195,107,245); }

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