#C169FF

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

Shades of Heliotrope #C169FF

Tints of Heliotrope #C169FF

Color information

#C169FF (or 0xC169FF) is unknown color: approx Heliotrope. HEX triplet: C1, 69 and FF. RGB value is (193,105,255). Sum of RGB (Red+Green+Blue) = 193+105+255=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #C169FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169FF is #3E9600. Grayscale: #939393. Windows color (decimal): -4101633 or 16738753. OLE color: 16738753.

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

Color convert

RGB193105255-
CMYK0.240.5900
HSL275.2º100%70.59%-
HSV(B)275.2º58.82%100%-
XYZ45.0928.6697.76-
YUV148.41188.15159.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 105 (41.41% from 255) = 18.99%
BLUE value IS 255 (100% from 255) = 46.11%
R=34.90%
G=18.99%
B=46.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931052550.240.5900275.210070.59
HexC169FF183B001136447
Octal301151377307300423144107
Binary11000001110100111111111110001110110010001001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169FF; }

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

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

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

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

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

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

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

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