Html Css Color HEX #C304FE Electric Purple

📋 copy color: '#C304FE'

red 195 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #C304FE

Tints of Electric Purple #C304FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

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

R = 43.05%
G = 0.88%
B = 56.07%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C304FE (or 0xC304FE) is known color: Electric Purple. HEX triplet: C3, 04 and FE. RGB value is (195,4,254). Sum of RGB (Red+Green+Blue) = 195+4+254=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #C304FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C304FE is #3CFB01. Grayscale: #585858. Windows color (decimal): -3996418 or 16647363. OLE color: 16647363.

HSL color Cylindrical-coordinate representation of color #C304FE: hue angle of 285.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304FE is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 4 254 -
CMYK 0.23 0.98 0 0.00
HSL 285.84º 0.99% 0.51% -
HSV(B) 285.84º 0.98% 1% -
XYZ 40.44 18.84 95.27 -
YUV 89.61 220.78 203.17 -
System Red Green Blue C M Y K H S L
Decimal 195 4 254 0.23 0.98 0 0.00 285.84 0.99 0.51
Hex C3 4 FE 17 62 0 0 11E 63 33
Octal 303 4 376 27 142 0 0 436 143 63
Binary 11000011 100 11111110 10111 1100010 0 0 100011110 1100011 110011

Color Harmonies of #C304FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304FE

Black with #C304FE

Text Example


Text Example

White with #C304FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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