#C180FF

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

Shades of Heliotrope #C180FF

Tints of Heliotrope #C180FF

Color information

#C180FF (or 0xC180FF) is unknown color: approx Heliotrope. HEX triplet: C1, 80 and FF. RGB value is (193,128,255). Sum of RGB (Red+Green+Blue) = 193+128+255=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #C180FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180FF is #3E7F00. Grayscale: #A1A1A1. Windows color (decimal): -4095745 or 16744641. OLE color: 16744641.

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

Color convert

RGB193128255-
CMYK0.240.5000
HSL270.71º100%75.1%-
HSV(B)270.71º49.8%100%-
XYZ47.763498.65-
YUV161.91180.53150.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 128 (50.39% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 44.27%
R=33.51%
G=22.22%
B=44.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931282550.240.5000270.7110075.1
HexC180FF18320010f644b
Octal301200377306200417144113
Binary110000011000000011111111110001100100010000111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180FF; }

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

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

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

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

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

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

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

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