#C25BFE

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

Shades of Heliotrope #C25BFE

Tints of Heliotrope #C25BFE

Color information

#C25BFE (or 0xC25BFE) is unknown color: approx Heliotrope. HEX triplet: C2, 5B and FE. RGB value is (194,91,254). Sum of RGB (Red+Green+Blue) = 194+91+254=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #C25BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BFE is #3DA401. Grayscale: #8B8B8B. Windows color (decimal): -4039682 or 16669634. OLE color: 16669634.

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

Color convert

RGB19491254-
CMYK0.240.6400.00
HSL277.91º98.79%67.65%-
HSV(B)277.91º64.17%99.61%-
XYZ43.8826.1196.49-
YUV140.38192.12166.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 91 (35.94% from 255) = 16.88%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=35.99%
G=16.88%
B=47.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal194912540.240.6400.00277.9198.7967.65
HexC25BFE1840001166344
Octal3021333763010000426143104
Binary110000101011011111111101100010000000010001011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25BFE; }

 p { color: rgb(194,91,254); }

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

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

 a { background-color: rgb(194,91,254); }

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

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

 span { border-color: rgb(194,91,254); }

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