Html Css Color HEX #C523FC Electric Purple

📋 copy color: '#C523FC'

red 197 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #C523FC

Tints of Electric Purple #C523FC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.23%

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

R = 40.7%
G = 7.23%
B = 52.07%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C523FC (or 0xC523FC) is known color: Electric Purple. HEX triplet: C5, 23 and FC. RGB value is (197,35,252). Sum of RGB (Red+Green+Blue) = 197+35+252=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #C523FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C523FC is #3ADC03. Grayscale: #6B6B6B. Windows color (decimal): -3857412 or 16524229. OLE color: 16524229.

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

Color convert

RGB 197 35 252 -
CMYK 0.22 0.86 0 0.01
HSL 284.79º 0.97% 0.56% -
HSV(B) 284.79º 0.86% 0.99% -
XYZ 41.2 20.1 93.8 -
YUV 108.18 209.17 191.36 -
System Red Green Blue C M Y K H S L
Decimal 197 35 252 0.22 0.86 0 0.01 284.79 0.97 0.56
Hex C5 23 FC 16 56 0 1 11D 61 38
Octal 305 43 374 26 126 0 1 435 141 70
Binary 11000101 100011 11111100 10110 1010110 0 1 100011101 1100001 111000

Color Harmonies of #C523FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523FC

Black with #C523FC

Text Example


Text Example

White with #C523FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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