#c25ffa

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

Shades of Heliotrope #C25FFA

Tints of Heliotrope #C25FFA

Color information

#C25FFA (or 0xC25FFA) is unknown color: approx Heliotrope. HEX triplet: C2, 5F and FA. RGB value is (194,95,250). Sum of RGB (Red+Green+Blue) = 194+95+250=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #C25FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FFA is #3DA005. Grayscale: #8D8D8D. Windows color (decimal): -4038662 or 16408514. OLE color: 16408514.

HSL color Cylindrical-coordinate representation of color #C25FFA: hue angle of 278.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25FFA is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19495250-
CMYK0.220.6200.02
HSL278.32º93.94%67.65%-
HSV(B)278.32º62%98.04%-
XYZ43.626.5693.27-
YUV142.27188.8164.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 95 (37.5% from 255) = 17.63%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=35.99%
G=17.63%
B=46.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal194952500.220.6200.02278.3293.9467.65
HexC25FFA163E021165e44
Octal302137372267602426136104
Binary110000101011111111110101011011111001010001011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25ffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25ffa; }

 p { color: rgb(194,95,250); }

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

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

 a { background-color: rgb(194,95,250); }

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

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

 span { border-color: rgb(194,95,250); }

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