#C171ED

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

Shades of Heliotrope #C171ED

Tints of Heliotrope #C171ED

Color information

#C171ED (or 0xC171ED) is unknown color: approx Heliotrope. HEX triplet: C1, 71 and ED. RGB value is (193,113,237). Sum of RGB (Red+Green+Blue) = 193+113+237=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #C171ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171ED is #3E8E12. Grayscale: #969696. Windows color (decimal): -4099603 or 15561153. OLE color: 15561153.

HSL color Cylindrical-coordinate representation of color #C171ED: hue angle of 278.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C171ED is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193113237-
CMYK0.190.5200.07
HSL278.71º77.5%68.63%-
HSV(B)278.71º52.32%92.94%-
XYZ43.1829.2683.49-
YUV151.06176.5157.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 113 (44.53% from 255) = 20.81%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=35.54%
G=20.81%
B=43.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931132370.190.5200.07278.7177.568.63
HexC171ED1334071174e45
Octal301161355236407427116105
Binary1100000111100011110110110011110100011110001011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C171ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C171ED; }

 p { color: rgb(193,113,237); }

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

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

 a { background-color: rgb(193,113,237); }

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

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

 span { border-color: rgb(193,113,237); }

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