#C461FF

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

Shades of Heliotrope #C461FF

Tints of Heliotrope #C461FF

Color information

#C461FF (or 0xC461FF) is unknown color: approx Heliotrope. HEX triplet: C4, 61 and FF. RGB value is (196,97,255). Sum of RGB (Red+Green+Blue) = 196+97+255=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #C461FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C461FF is #3B9E00. Grayscale: #909090. Windows color (decimal): -3907073 or 16736708. OLE color: 16736708.

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

Color convert

RGB19697255-
CMYK0.230.6200
HSL277.59º100%69.02%-
HSV(B)277.59º61.96%100%-
XYZ45.0927.5197.54-
YUV144.61190.3164.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 97 (38.28% from 255) = 17.70%
BLUE value IS 255 (100% from 255) = 46.53%
R=35.77%
G=17.70%
B=46.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196972550.230.6200277.5910069.02
HexC461FF173E001166445
Octal304141377277600426144105
Binary11000100110000111111111101111111100010001011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461FF; }

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

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

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

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

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

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

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

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