#C36AF3

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

Shades of Heliotrope #C36AF3

Tints of Heliotrope #C36AF3

Color information

#C36AF3 (or 0xC36AF3) is unknown color: approx Heliotrope. HEX triplet: C3, 6A and F3. RGB value is (195,106,243). Sum of RGB (Red+Green+Blue) = 195+106+243=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #C36AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AF3 is #3C950C. Grayscale: #939393. Windows color (decimal): -3970317 or 15952579. OLE color: 15952579.

HSL color Cylindrical-coordinate representation of color #C36AF3: hue angle of 278.98º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36AF3 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195106243-
CMYK0.200.5600.05
HSL278.98º85.09%68.43%-
HSV(B)278.98º56.38%95.29%-
XYZ43.8428.3887.96-
YUV148.23181.49161.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 243 (95.31% from 255) = 44.67%
R=35.85%
G=19.49%
B=44.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951062430.200.5600.05278.9885.0968.43
HexC36AF31438051175544
Octal303152363247005427125104
Binary1100001111010101111001110100111000010110001011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AF3; }

 p { color: rgb(195,106,243); }

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

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

 a { background-color: rgb(195,106,243); }

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

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

 span { border-color: rgb(195,106,243); }

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