#C178FF

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

Shades of Heliotrope #C178FF

Tints of Heliotrope #C178FF

Color information

#C178FF (or 0xC178FF) is unknown color: approx Heliotrope. HEX triplet: C1, 78 and FF. RGB value is (193,120,255). Sum of RGB (Red+Green+Blue) = 193+120+255=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #C178FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178FF is #3E8700. Grayscale: #9C9C9C. Windows color (decimal): -4097793 or 16742593. OLE color: 16742593.

HSL color Cylindrical-coordinate representation of color #C178FF: hue angle of 272.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C178FF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB193120255-
CMYK0.240.5300
HSL272.44º100%73.53%-
HSV(B)272.44º52.94%100%-
XYZ46.7631.9998.32-
YUV157.22183.18153.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 120 (47.27% from 255) = 21.13%
BLUE value IS 255 (100% from 255) = 44.89%
R=33.98%
G=21.13%
B=44.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931202550.240.5300272.4410073.53
HexC178FF183500110644a
Octal301170377306500420144112
Binary11000001111100011111111110001101010010001000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C178FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C178FF; }

 p { color: rgb(193,120,255); }

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

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

 a { background-color: rgb(193,120,255); }

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

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

 span { border-color: rgb(193,120,255); }

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