Html Css Color HEX #C25FFE Heliotrope

📋 copy color: '#C25FFE'

red 194 ◦ green 95 ◦ blue 254

#C25FFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C25FFE

Tints of Heliotrope #C25FFE

RGB

 RED value IS 194 (76.17% from 255) = 35.73%

 GREEN value IS 95 (37.5% from 255) = 17.5%

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 35.73%
G = 17.5%
B = 46.78%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C25FFE (or 0xC25FFE) is known color: Heliotrope. HEX triplet: C2, 5F and FE. RGB value is (194,95,254). Sum of RGB (Red+Green+Blue) = 194+95+254=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #C25FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FFE is #3DA001. Grayscale: #8E8E8E. Windows color (decimal): -4038658 or 16670658. OLE color: 16670658.

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

Color convert

RGB 194 95 254 -
CMYK 0.24 0.63 0 0.00
HSL 277.36º 0.99% 0.68% -
HSV(B) 277.36º 0.63% 1% -
XYZ 44.23 26.81 96.61 -
YUV 142.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 194 95 254 0.24 0.63 0 0.00 277.36 0.99 0.68
Hex C2 5F FE 18 3F 0 0 115 63 44
Octal 302 137 376 30 77 0 0 425 143 104
Binary 11000010 1011111 11111110 11000 111111 0 0 100010101 1100011 1000100

Color Harmonies of #C25FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FFE

Black with #C25FFE

Text Example


Text Example

White with #C25FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FFE; }

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

 H1.HeaderClassName
 {
   color: #C25FFE;
 }
 .AnyTagClassName
 {
   color: #C25FFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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