#C25CFF

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

Shades of Heliotrope #C25CFF

Tints of Heliotrope #C25CFF

Color information

#C25CFF (or 0xC25CFF) is unknown color: approx Heliotrope. HEX triplet: C2, 5C and FF. RGB value is (194,92,255). Sum of RGB (Red+Green+Blue) = 194+92+255=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #C25CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CFF is #3DA300. Grayscale: #8C8C8C. Windows color (decimal): -4039425 or 16735426. OLE color: 16735426.

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

Color convert

RGB19492255-
CMYK0.240.6400
HSL277.55º100%68.04%-
HSV(B)277.55º63.92%100%-
XYZ44.1326.3497.37-
YUV141.08192.29165.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 92 (36.33% from 255) = 17.01%
BLUE value IS 255 (100% from 255) = 47.13%
R=35.86%
G=17.01%
B=47.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194922550.240.6400277.5510068.04
HexC25CFF1840001166444
Octal3021343773010000426144104
Binary110000101011100111111111100010000000010001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25CFF; }

 p { color: rgb(194,92,255); }

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

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

 a { background-color: rgb(194,92,255); }

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

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

 span { border-color: rgb(194,92,255); }

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