Html Css Color HEX #C834FE Electric Purple

📋 copy color: '#C834FE'

red 200 ◦ green 52 ◦ blue 254

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

Shades of Electric Purple #C834FE

Tints of Electric Purple #C834FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.28%

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

R = 39.53%
G = 10.28%
B = 50.2%

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

#C834FE (or 0xC834FE) is known color: Electric Purple. HEX triplet: C8, 34 and FE. RGB value is (200,52,254). Sum of RGB (Red+Green+Blue) = 200+52+254=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #C834FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834FE is #37CB01. Grayscale: #767676. Windows color (decimal): -3656450 or 16659656. OLE color: 16659656.

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

Color convert

RGB 200 52 254 -
CMYK 0.21 0.80 0 0.00
HSL 283.96º 0.99% 0.6% -
HSV(B) 283.96º 0.8% 1% -
XYZ 42.94 21.89 95.73 -
YUV 119.28 204.03 185.57 -
System Red Green Blue C M Y K H S L
Decimal 200 52 254 0.21 0.80 0 0.00 283.96 0.99 0.6
Hex C8 34 FE 15 50 0 0 11C 63 3C
Octal 310 64 376 25 120 0 0 434 143 74
Binary 11001000 110100 11111110 10101 1010000 0 0 100011100 1100011 111100

Color Harmonies of #C834FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834FE

Black with #C834FE

Text Example


Text Example

White with #C834FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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