Html Css Color HEX #C535FC Electric Purple

📋 copy color: '#C535FC'

red 197 ◦ green 53 ◦ blue 252

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

Shades of Electric Purple #C535FC

Tints of Electric Purple #C535FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 39.24%
G = 10.56%
B = 50.2%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C535FC (or 0xC535FC) is known color: Electric Purple. HEX triplet: C5, 35 and FC. RGB value is (197,53,252). Sum of RGB (Red+Green+Blue) = 197+53+252=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #C535FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535FC is #3ACA03. Grayscale: #767676. Windows color (decimal): -3852804 or 16528837. OLE color: 16528837.

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

Color convert

RGB 197 53 252 -
CMYK 0.22 0.79 0 0.01
HSL 283.42º 0.97% 0.6% -
HSV(B) 283.42º 0.79% 0.99% -
XYZ 41.87 21.44 94.03 -
YUV 118.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 197 53 252 0.22 0.79 0 0.01 283.42 0.97 0.6
Hex C5 35 FC 16 4F 0 1 11B 61 3C
Octal 305 65 374 26 117 0 1 433 141 74
Binary 11000101 110101 11111100 10110 1001111 0 1 100011011 1100001 111100

Color Harmonies of #C535FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535FC

Black with #C535FC

Text Example


Text Example

White with #C535FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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