Html Css Color HEX #C832FC Electric Purple

📋 copy color: '#C832FC'

red 200 ◦ green 50 ◦ blue 252

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

Shades of Electric Purple #C832FC

Tints of Electric Purple #C832FC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.96%

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

R = 39.84%
G = 9.96%
B = 50.2%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C832FC (or 0xC832FC) is known color: Electric Purple. HEX triplet: C8, 32 and FC. RGB value is (200,50,252). Sum of RGB (Red+Green+Blue) = 200+50+252=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 50 (19.92% from 255 or 9.96% 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 #C832FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C832FC is #37CD03. Grayscale: #757575. Windows color (decimal): -3656964 or 16528072. OLE color: 16528072.

HSL color Cylindrical-coordinate representation of color #C832FC: hue angle of 284.55º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C832FC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 50 252 -
CMYK 0.21 0.80 0 0.01
HSL 284.55º 0.97% 0.59% -
HSV(B) 284.55º 0.8% 0.99% -
XYZ 42.53 21.59 94.02 -
YUV 117.88 203.7 186.57 -
System Red Green Blue C M Y K H S L
Decimal 200 50 252 0.21 0.80 0 0.01 284.55 0.97 0.59
Hex C8 32 FC 15 50 0 1 11D 61 3B
Octal 310 62 374 25 120 0 1 435 141 73
Binary 11001000 110010 11111100 10101 1010000 0 1 100011101 1100001 111011

Color Harmonies of #C832FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832FC

Black with #C832FC

Text Example


Text Example

White with #C832FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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