Html Css Color HEX #C334FE Electric Purple

📋 copy color: '#C334FE'

red 195 ◦ green 52 ◦ blue 254

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

Shades of Electric Purple #C334FE

Tints of Electric Purple #C334FE

RGB

 RED value IS 195 (76.56% from 255) = 38.92%

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

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

R = 38.92%
G = 10.38%
B = 50.7%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C334FE (or 0xC334FE) is known color: Electric Purple. HEX triplet: C3, 34 and FE. RGB value is (195,52,254). Sum of RGB (Red+Green+Blue) = 195+52+254=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #C334FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334FE is #3CCB01. Grayscale: #757575. Windows color (decimal): -3984130 or 16659651. OLE color: 16659651.

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

Color convert

RGB 195 52 254 -
CMYK 0.23 0.80 0 0.00
HSL 282.48º 0.99% 0.6% -
HSV(B) 282.48º 0.8% 1% -
XYZ 41.62 21.21 95.67 -
YUV 117.79 204.88 183.07 -
System Red Green Blue C M Y K H S L
Decimal 195 52 254 0.23 0.80 0 0.00 282.48 0.99 0.6
Hex C3 34 FE 17 50 0 0 11A 63 3C
Octal 303 64 376 27 120 0 0 432 143 74
Binary 11000011 110100 11111110 10111 1010000 0 0 100011010 1100011 111100

Color Harmonies of #C334FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334FE

Black with #C334FE

Text Example


Text Example

White with #C334FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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