Html Css Color HEX #C832FE Electric Purple

📋 copy color: '#C832FE'

red 200 ◦ green 50 ◦ blue 254

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

Shades of Electric Purple #C832FE

Tints of Electric Purple #C832FE

RGB

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

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

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

R = 39.68%
G = 9.92%
B = 50.4%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C832FE (or 0xC832FE) is known color: Electric Purple. HEX triplet: C8, 32 and FE. RGB value is (200,50,254). Sum of RGB (Red+Green+Blue) = 200+50+254=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 50 (19.92% from 255 or 9.92% 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 #C832FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C832FE is #37CD01. Grayscale: #757575. Windows color (decimal): -3656962 or 16659144. OLE color: 16659144.

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

Color convert

RGB 200 50 254 -
CMYK 0.21 0.80 0 0.00
HSL 284.12º 0.99% 0.6% -
HSV(B) 284.12º 0.8% 1% -
XYZ 42.85 21.72 95.7 -
YUV 118.11 204.7 186.41 -
System Red Green Blue C M Y K H S L
Decimal 200 50 254 0.21 0.80 0 0.00 284.12 0.99 0.6
Hex C8 32 FE 15 50 0 0 11C 63 3C
Octal 310 62 376 25 120 0 0 434 143 74
Binary 11001000 110010 11111110 10101 1010000 0 0 100011100 1100011 111100

Color Harmonies of #C832FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832FE

Black with #C832FE

Text Example


Text Example

White with #C832FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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