#C463FF

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

Shades of Heliotrope #C463FF

Tints of Heliotrope #C463FF

Color information

#C463FF (or 0xC463FF) is unknown color: approx Heliotrope. HEX triplet: C4, 63 and FF. RGB value is (196,99,255). Sum of RGB (Red+Green+Blue) = 196+99+255=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #C463FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463FF is #3B9C00. Grayscale: #919191. Windows color (decimal): -3906561 or 16737220. OLE color: 16737220.

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

Color convert

RGB19699255-
CMYK0.230.6100
HSL277.31º100%69.41%-
HSV(B)277.31º61.18%100%-
XYZ45.2827.8897.6-
YUV145.79189.64163.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 99 (39.06% from 255) = 18%
BLUE value IS 255 (100% from 255) = 46.36%
R=35.64%
G=18%
B=46.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196992550.230.6100277.3110069.41
HexC463FF173D001156445
Octal304143377277500425144105
Binary11000100110001111111111101111111010010001010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C463FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C463FF; }

 p { color: rgb(196,99,255); }

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

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

 a { background-color: rgb(196,99,255); }

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

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

 span { border-color: rgb(196,99,255); }

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