Html Css Color HEX #C824FC Electric Purple

📋 copy color: '#C824FC'

red 200 ◦ green 36 ◦ blue 252

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

Shades of Electric Purple #C824FC

Tints of Electric Purple #C824FC

RGB

 RED value IS 200 (78.52% from 255) = 40.98%

 GREEN value IS 36 (14.45% from 255) = 7.38%

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

R = 40.98%
G = 7.38%
B = 51.64%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C824FC (or 0xC824FC) is known color: Electric Purple. HEX triplet: C8, 24 and FC. RGB value is (200,36,252). Sum of RGB (Red+Green+Blue) = 200+36+252=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 36 (14.45% from 255 or 7.38% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #C824FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C824FC is #37DB03. Grayscale: #6C6C6C. Windows color (decimal): -3660548 or 16524488. OLE color: 16524488.

HSL color Cylindrical-coordinate representation of color #C824FC: hue angle of 285.56º 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 #C824FC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 36 252 -
CMYK 0.21 0.86 0 0.01
HSL 285.56º 0.97% 0.56% -
HSV(B) 285.56º 0.86% 0.99% -
XYZ 42.02 20.57 93.85 -
YUV 109.66 208.33 192.44 -
System Red Green Blue C M Y K H S L
Decimal 200 36 252 0.21 0.86 0 0.01 285.56 0.97 0.56
Hex C8 24 FC 15 56 0 1 11E 61 38
Octal 310 44 374 25 126 0 1 436 141 70
Binary 11001000 100100 11111100 10101 1010110 0 1 100011110 1100001 111000

Color Harmonies of #C824FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824FC

Black with #C824FC

Text Example


Text Example

White with #C824FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824FC; }

 p { color: rgb(200,36,252); }

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

background-color css

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

 a { background-color: rgb(200,36,252); }

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

border-color css

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

 span { border-color: rgb(200,36,252); }

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