#C188FC

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

Shades of Heliotrope #C188FC

Tints of Heliotrope #C188FC

Color information

#C188FC (or 0xC188FC) is unknown color: approx Heliotrope. HEX triplet: C1, 88 and FC. RGB value is (193,136,252). Sum of RGB (Red+Green+Blue) = 193+136+252=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #C188FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188FC is #3E7703. Grayscale: #A5A5A5. Windows color (decimal): -4093700 or 16550081. OLE color: 16550081.

HSL color Cylindrical-coordinate representation of color #C188FC: hue angle of 269.48º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C188FC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193136252-
CMYK0.230.4600.01
HSL269.48º95.08%76.08%-
HSV(B)269.48º46.03%98.82%-
XYZ48.3735.9796.49-
YUV166.27176.38147.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 136 (53.52% from 255) = 23.41%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=33.22%
G=23.41%
B=43.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931362520.230.4600.01269.4895.0876.08
HexC188FC172E0110d5f4c
Octal301210374275601415137114
Binary110000011000100011111100101111011100110000110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188FC; }

 p { color: rgb(193,136,252); }

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

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

 a { background-color: rgb(193,136,252); }

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

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

 span { border-color: rgb(193,136,252); }

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