Html Css Color HEX #C834FA Electric Purple

📋 copy color: '#C834FA'

red 200 ◦ green 52 ◦ blue 250

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

Shades of Electric Purple #C834FA

Tints of Electric Purple #C834FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 39.84%
G = 10.36%
B = 49.8%

CMYK

 C value IS 0.2

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C834FA (or 0xC834FA) is known color: Electric Purple. HEX triplet: C8, 34 and FA. RGB value is (200,52,250). Sum of RGB (Red+Green+Blue) = 200+52+250=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C834FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834FA is #37CB05. Grayscale: #767676. Windows color (decimal): -3656454 or 16397512. OLE color: 16397512.

HSL color Cylindrical-coordinate representation of color #C834FA: hue angle of 284.85º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C834FA is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 52 250 -
CMYK 0.2 0.79 0 0.02
HSL 284.85º 0.95% 0.59% -
HSV(B) 284.85º 0.79% 0.98% -
XYZ 42.3 21.64 92.39 -
YUV 118.82 202.03 185.9 -
System Red Green Blue C M Y K H S L
Decimal 200 52 250 0.2 0.79 0 0.02 284.85 0.95 0.59
Hex C8 34 FA 14 4F 0 2 11D 5F 3B
Octal 310 64 372 24 117 0 2 435 137 73
Binary 11001000 110100 11111010 10100 1001111 0 10 100011101 1011111 111011

Color Harmonies of #C834FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834FA

Black with #C834FA

Text Example


Text Example

White with #C834FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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