#C26DEF

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

Shades of Heliotrope #C26DEF

Tints of Heliotrope #C26DEF

Color information

#C26DEF (or 0xC26DEF) is unknown color: approx Heliotrope. HEX triplet: C2, 6D and EF. RGB value is (194,109,239). Sum of RGB (Red+Green+Blue) = 194+109+239=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #C26DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DEF is #3D9210. Grayscale: #949494. Windows color (decimal): -4035089 or 15691202. OLE color: 15691202.

HSL color Cylindrical-coordinate representation of color #C26DEF: hue angle of 279.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C26DEF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194109239-
CMYK0.190.5400.06
HSL279.23º80.25%68.24%-
HSV(B)279.23º54.39%93.73%-
XYZ43.328.6484.91-
YUV149.24178.66159.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 109 (42.97% from 255) = 20.11%
BLUE value IS 239 (93.75% from 255) = 44.10%
R=35.79%
G=20.11%
B=44.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1941092390.190.5400.06279.2380.2568.24
HexC26DEF1336061175044
Octal302155357236606427120104
Binary1100001011011011110111110011110110011010001011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26DEF; }

 p { color: rgb(194,109,239); }

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

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

 a { background-color: rgb(194,109,239); }

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

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

 span { border-color: rgb(194,109,239); }

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