#C171EB

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

Shades of Heliotrope #C171EB

Tints of Heliotrope #C171EB

Color information

#C171EB (or 0xC171EB) is unknown color: approx Heliotrope. HEX triplet: C1, 71 and EB. RGB value is (193,113,235). Sum of RGB (Red+Green+Blue) = 193+113+235=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #C171EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171EB is #3E8E14. Grayscale: #969696. Windows color (decimal): -4099605 or 15430081. OLE color: 15430081.

HSL color Cylindrical-coordinate representation of color #C171EB: hue angle of 279.34º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C171EB is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193113235-
CMYK0.180.5200.08
HSL279.34º75.31%68.24%-
HSV(B)279.34º51.91%92.16%-
XYZ42.8929.1581.96-
YUV150.83175.5158.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 113 (44.53% from 255) = 20.89%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=35.67%
G=20.89%
B=43.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931132350.180.5200.08279.3475.3168.24
HexC171EB1234081174b44
Octal3011613532264010427113104
Binary11000001111000111101011100101101000100010001011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C171EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C171EB; }

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

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

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

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

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

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

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

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