Html Css Color HEX #C25CFE Heliotrope

📋 copy color: '#C25CFE'

red 194 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #C25CFE

Tints of Heliotrope #C25CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.04%

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

R = 35.93%
G = 17.04%
B = 47.04%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C25CFE (or 0xC25CFE) is known color: Heliotrope. HEX triplet: C2, 5C and FE. RGB value is (194,92,254). Sum of RGB (Red+Green+Blue) = 194+92+254=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #C25CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CFE is #3DA301. Grayscale: #8C8C8C. Windows color (decimal): -4039426 or 16669890. OLE color: 16669890.

HSL color Cylindrical-coordinate representation of color #C25CFE: hue angle of 277.78º 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 #C25CFE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 92 254 -
CMYK 0.24 0.64 0 0.00
HSL 277.78º 0.99% 0.68% -
HSV(B) 277.78º 0.64% 1% -
XYZ 43.96 26.28 96.52 -
YUV 140.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 194 92 254 0.24 0.64 0 0.00 277.78 0.99 0.68
Hex C2 5C FE 18 40 0 0 116 63 44
Octal 302 134 376 30 100 0 0 426 143 104
Binary 11000010 1011100 11111110 11000 1000000 0 0 100010110 1100011 1000100

Color Harmonies of #C25CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CFE

Black with #C25CFE

Text Example


Text Example

White with #C25CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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