Html Css Color HEX #C304FF Electric Purple

📋 copy color: '#C304FF'

red 195 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #C304FF

Tints of Electric Purple #C304FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 42.95%
G = 0.88%
B = 56.17%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C304FF (or 0xC304FF) is known color: Electric Purple. HEX triplet: C3, 04 and FF. RGB value is (195,4,255). Sum of RGB (Red+Green+Blue) = 195+4+255=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #C304FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C304FF is #3CFB00. Grayscale: #585858. Windows color (decimal): -3996417 or 16712899. OLE color: 16712899.

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

Color convert

RGB 195 4 255 -
CMYK 0.24 0.98 0 0
HSL 285.66º 1% 0.51% -
HSV(B) 285.66º 0.98% 1% -
XYZ 40.6 18.91 96.12 -
YUV 89.72 221.28 203.09 -
System Red Green Blue C M Y K H S L
Decimal 195 4 255 0.24 0.98 0 0 285.66 1 0.51
Hex C3 4 FF 18 62 0 0 11E 64 33
Octal 303 4 377 30 142 0 0 436 144 63
Binary 11000011 100 11111111 11000 1100010 0 0 100011110 1100100 110011

Color Harmonies of #C304FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304FF

Black with #C304FF

Text Example


Text Example

White with #C304FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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