#C26BED

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

Shades of Heliotrope #C26BED

Tints of Heliotrope #C26BED

Color information

#C26BED (or 0xC26BED) is unknown color: approx Heliotrope. HEX triplet: C2, 6B and ED. RGB value is (194,107,237). Sum of RGB (Red+Green+Blue) = 194+107+237=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 107 (42.19% from 255 or 19.89% 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 #C26BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26BED is #3D9412. Grayscale: #939393. Windows color (decimal): -4035603 or 15559618. OLE color: 15559618.

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

Color convert

RGB194107237-
CMYK0.180.5500.07
HSL280.15º78.31%67.45%-
HSV(B)280.15º54.85%92.94%-
XYZ42.7928.183.29-
YUV147.83178.32160.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 107 (42.19% from 255) = 19.89%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=36.06%
G=19.89%
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
Decimal1941072370.180.5500.07280.1578.3167.45
HexC26BED1237071184e43
Octal302153355226707430116103
Binary1100001011010111110110110010110111011110001100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26BED; }

 p { color: rgb(194,107,237); }

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

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

 a { background-color: rgb(194,107,237); }

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

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

 span { border-color: rgb(194,107,237); }

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