Html Css Color HEX #C536FE Electric Purple

📋 copy color: '#C536FE'

red 197 ◦ green 54 ◦ blue 254

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

Shades of Electric Purple #C536FE

Tints of Electric Purple #C536FE

RGB

 RED value IS 197 (77.34% from 255) = 39.01%

 GREEN value IS 54 (21.48% from 255) = 10.69%

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

R = 39.01%
G = 10.69%
B = 50.3%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C536FE (or 0xC536FE) is known color: Electric Purple. HEX triplet: C5, 36 and FE. RGB value is (197,54,254). Sum of RGB (Red+Green+Blue) = 197+54+254=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #C536FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C536FE is #3AC901. Grayscale: #767676. Windows color (decimal): -3852546 or 16660165. OLE color: 16660165.

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

Color convert

RGB 197 54 254 -
CMYK 0.22 0.79 0 0.00
HSL 282.9º 0.99% 0.6% -
HSV(B) 282.9º 0.79% 1% -
XYZ 42.23 21.66 95.72 -
YUV 119.56 203.88 183.24 -
System Red Green Blue C M Y K H S L
Decimal 197 54 254 0.22 0.79 0 0.00 282.9 0.99 0.6
Hex C5 36 FE 16 4F 0 0 11B 63 3C
Octal 305 66 376 26 117 0 0 433 143 74
Binary 11000101 110110 11111110 10110 1001111 0 0 100011011 1100011 111100

Color Harmonies of #C536FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536FE

Black with #C536FE

Text Example


Text Example

White with #C536FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536FE; }

 p { color: rgb(197,54,254); }

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

background-color css

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

 a { background-color: rgb(197,54,254); }

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

border-color css

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

 span { border-color: rgb(197,54,254); }

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