#C182FF

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

Shades of Heliotrope #C182FF

Tints of Heliotrope #C182FF

Color information

#C182FF (or 0xC182FF) is unknown color: approx Heliotrope. HEX triplet: C1, 82 and FF. RGB value is (193,130,255). Sum of RGB (Red+Green+Blue) = 193+130+255=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #C182FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182FF is #3E7D00. Grayscale: #A2A2A2. Windows color (decimal): -4095233 or 16745153. OLE color: 16745153.

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

Color convert

RGB193130255-
CMYK0.240.4900
HSL270.24º100%75.49%-
HSV(B)270.24º49.02%100%-
XYZ48.0234.5298.74-
YUV163.09179.87149.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.39%
GREEN value IS 130 (51.17% from 255) = 22.49%
BLUE value IS 255 (100% from 255) = 44.12%
R=33.39%
G=22.49%
B=44.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931302550.240.4900270.2410075.49
HexC182FF18310010e644b
Octal301202377306100416144113
Binary110000011000001011111111110001100010010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182FF; }

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

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

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

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

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

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

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

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