#C172ED

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

Shades of Heliotrope #C172ED

Tints of Heliotrope #C172ED

Color information

#C172ED (or 0xC172ED) is unknown color: approx Heliotrope. HEX triplet: C1, 72 and ED. RGB value is (193,114,237). Sum of RGB (Red+Green+Blue) = 193+114+237=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #C172ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C172ED is #3E8D12. Grayscale: #979797. Windows color (decimal): -4099347 or 15561409. OLE color: 15561409.

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

Color convert

RGB193114237-
CMYK0.190.5200.07
HSL278.54º77.36%68.82%-
HSV(B)278.54º51.9%92.94%-
XYZ43.329.4983.53-
YUV151.64176.17157.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 114 (44.92% from 255) = 20.96%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=35.48%
G=20.96%
B=43.57%

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
Decimal1931142370.190.5200.07278.5477.3668.82
HexC172ED1334071174d45
Octal301162355236407427115105
Binary1100000111100101110110110011110100011110001011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172ED; }

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

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

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

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

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

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

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

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