#C26AEE

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

Shades of Heliotrope #C26AEE

Tints of Heliotrope #C26AEE

Color information

#C26AEE (or 0xC26AEE) is unknown color: approx Heliotrope. HEX triplet: C2, 6A and EE. RGB value is (194,106,238). Sum of RGB (Red+Green+Blue) = 194+106+238=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #C26AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AEE is #3D9511. Grayscale: #929292. Windows color (decimal): -4035858 or 15624898. OLE color: 15624898.

HSL color Cylindrical-coordinate representation of color #C26AEE: hue angle of 280º degrees, saturation: 0.8, 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 #C26AEE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194106238-
CMYK0.180.5500.07
HSL280º79.52%67.45%-
HSV(B)280º55.46%93.33%-
XYZ42.8327.9584.03-
YUV147.36179.15161.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=36.06%
G=19.70%
B=44.24%

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
Decimal1941062380.180.5500.0728079.5267.45
HexC26AEE1237071185043
Octal302152356226707430120103
Binary1100001011010101110111010010110111011110001100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AEE; }

 p { color: rgb(194,106,238); }

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

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

 a { background-color: rgb(194,106,238); }

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

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

 span { border-color: rgb(194,106,238); }

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