Html Css Color HEX #C535FE Electric Purple

📋 copy color: '#C535FE'

red 197 ◦ green 53 ◦ blue 254

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

Shades of Electric Purple #C535FE

Tints of Electric Purple #C535FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.52%

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

R = 39.09%
G = 10.52%
B = 50.4%

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

#C535FE (or 0xC535FE) is known color: Electric Purple. HEX triplet: C5, 35 and FE. RGB value is (197,53,254). Sum of RGB (Red+Green+Blue) = 197+53+254=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #C535FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535FE is #3ACA01. Grayscale: #767676. Windows color (decimal): -3852802 or 16659909. OLE color: 16659909.

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

Color convert

RGB 197 53 254 -
CMYK 0.22 0.79 0 0.00
HSL 282.99º 0.99% 0.6% -
HSV(B) 282.99º 0.79% 1% -
XYZ 42.19 21.57 95.71 -
YUV 118.97 204.21 183.66 -
System Red Green Blue C M Y K H S L
Decimal 197 53 254 0.22 0.79 0 0.00 282.99 0.99 0.6
Hex C5 35 FE 16 4F 0 0 11B 63 3C
Octal 305 65 376 26 117 0 0 433 143 74
Binary 11000101 110101 11111110 10110 1001111 0 0 100011011 1100011 111100

Color Harmonies of #C535FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535FE

Black with #C535FE

Text Example


Text Example

White with #C535FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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