#C36EFF

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

Shades of Heliotrope #C36EFF

Tints of Heliotrope #C36EFF

Color information

#C36EFF (or 0xC36EFF) is unknown color: approx Heliotrope. HEX triplet: C3, 6E and FF. RGB value is (195,110,255). Sum of RGB (Red+Green+Blue) = 195+110+255=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #C36EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EFF is #3C9100. Grayscale: #979797. Windows color (decimal): -3969281 or 16740035. OLE color: 16740035.

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

Color convert

RGB195110255-
CMYK0.240.5700
HSL275.17º100%71.57%-
HSV(B)275.17º56.86%100%-
XYZ46.1329.9797.96-
YUV151.94186.16158.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 110 (43.36% from 255) = 19.64%
BLUE value IS 255 (100% from 255) = 45.54%
R=34.82%
G=19.64%
B=45.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951102550.240.5700275.1710071.57
HexC36EFF1839001136448
Octal303156377307100423144110
Binary11000011110111011111111110001110010010001001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36EFF; }

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

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

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

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

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

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

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

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