#C169FE

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

Shades of Heliotrope #C169FE

Tints of Heliotrope #C169FE

Color information

#C169FE (or 0xC169FE) is unknown color: approx Heliotrope. HEX triplet: C1, 69 and FE. RGB value is (193,105,254). Sum of RGB (Red+Green+Blue) = 193+105+254=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #C169FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169FE is #3E9601. Grayscale: #939393. Windows color (decimal): -4101634 or 16673217. OLE color: 16673217.

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

Color convert

RGB193105254-
CMYK0.240.5900.00
HSL275.44º98.68%70.39%-
HSV(B)275.44º58.66%99.61%-
XYZ44.9328.696.92-
YUV148.3187.65159.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=34.96%
G=19.02%
B=46.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931052540.240.5900.00275.4498.6870.39
HexC169FE183B001136346
Octal301151376307300423143106
Binary11000001110100111111110110001110110010001001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169FE; }

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

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

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

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

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

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

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

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