#C36AF5

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

Shades of Heliotrope #C36AF5

Tints of Heliotrope #C36AF5

Color information

#C36AF5 (or 0xC36AF5) is unknown color: approx Heliotrope. HEX triplet: C3, 6A and F5. RGB value is (195,106,245). Sum of RGB (Red+Green+Blue) = 195+106+245=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #C36AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AF5 is #3C950A. Grayscale: #939393. Windows color (decimal): -3970315 or 16083651. OLE color: 16083651.

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

Color convert

RGB195106245-
CMYK0.200.5700.04
HSL278.42º87.42%68.82%-
HSV(B)278.42º56.73%96.08%-
XYZ44.1428.589.56-
YUV148.46182.49161.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.71%
GREEN value IS 106 (41.80% from 255) = 19.41%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=35.71%
G=19.41%
B=44.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951062450.200.5700.04278.4287.4268.82
HexC36AF51439041165745
Octal303152365247104426127105
Binary1100001111010101111010110100111001010010001011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AF5; }

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

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

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

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

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

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

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

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