#C163FD

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

Shades of Heliotrope #C163FD

Tints of Heliotrope #C163FD

Color information

#C163FD (or 0xC163FD) is unknown color: approx Heliotrope. HEX triplet: C1, 63 and FD. RGB value is (193,99,253). Sum of RGB (Red+Green+Blue) = 193+99+253=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C163FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163FD is #3E9C02. Grayscale: #909090. Windows color (decimal): -4103171 or 16606145. OLE color: 16606145.

HSL color Cylindrical-coordinate representation of color #C163FD: hue angle of 276.62º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C163FD is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19399253-
CMYK0.240.6100.01
HSL276.62º97.47%69.02%-
HSV(B)276.62º60.87%99.22%-
XYZ44.1827.3595.88-
YUV144.66189.14162.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 99 (39.06% from 255) = 18.17%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=35.41%
G=18.17%
B=46.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193992530.240.6100.01276.6297.4769.02
HexC163FD183D011156145
Octal301143375307501425141105
Binary11000001110001111111101110001111010110001010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163FD; }

 p { color: rgb(193,99,253); }

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

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

 a { background-color: rgb(193,99,253); }

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

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

 span { border-color: rgb(193,99,253); }

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