#C36AED

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

Shades of Heliotrope #C36AED

Tints of Heliotrope #C36AED

Color information

#C36AED (or 0xC36AED) is unknown color: approx Heliotrope. HEX triplet: C3, 6A and ED. RGB value is (195,106,237). Sum of RGB (Red+Green+Blue) = 195+106+237=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #C36AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AED is #3C9512. Grayscale: #939393. Windows color (decimal): -3970323 or 15559363. OLE color: 15559363.

HSL color Cylindrical-coordinate representation of color #C36AED: hue angle of 280.76º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36AED is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195106237-
CMYK0.180.5500.07
HSL280.76º78.44%67.25%-
HSV(B)280.76º55.27%92.94%-
XYZ42.9528.0283.27-
YUV147.54178.49161.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.25%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=36.25%
G=19.70%
B=44.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951062370.180.5500.07280.7678.4467.25
HexC36AED1237071194e43
Octal303152355226707431116103
Binary1100001111010101110110110010110111011110001100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AED; }

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

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

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

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

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

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

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

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