#C18AFF

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

Shades of Heliotrope #C18AFF

Tints of Heliotrope #C18AFF

Color information

#C18AFF (or 0xC18AFF) is unknown color: approx Heliotrope. HEX triplet: C1, 8A and FF. RGB value is (193,138,255). Sum of RGB (Red+Green+Blue) = 193+138+255=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #C18AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AFF is #3E7500. Grayscale: #A7A7A7. Windows color (decimal): -4093185 or 16747201. OLE color: 16747201.

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

Color convert

RGB193138255-
CMYK0.240.4600
HSL268.21º100%77.06%-
HSV(B)268.21º45.88%100%-
XYZ49.1336.7399.11-
YUV167.78177.22145.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.94%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 255 (100% from 255) = 43.52%
R=32.94%
G=23.55%
B=43.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931382550.240.4600268.2110077.06
HexC18AFF182E0010c644d
Octal301212377305600414144115
Binary110000011000101011111111110001011100010000110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18AFF; }

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

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

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

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

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

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

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

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