Html Css Color HEX #C303FE Electric Purple

📋 copy color: '#C303FE'

red 195 ◦ green 3 ◦ blue 254

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

Shades of Electric Purple #C303FE

Tints of Electric Purple #C303FE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

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

R = 43.14%
G = 0.66%
B = 56.19%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C303FE (or 0xC303FE) is known color: Electric Purple. HEX triplet: C3, 03 and FE. RGB value is (195,3,254). Sum of RGB (Red+Green+Blue) = 195+3+254=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #C303FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C303FE is #3CFC01. Grayscale: #585858. Windows color (decimal): -3996674 or 16647107. OLE color: 16647107.

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

Color convert

RGB 195 3 254 -
CMYK 0.23 0.99 0 0.00
HSL 285.9º 0.99% 0.5% -
HSV(B) 285.9º 0.99% 1% -
XYZ 40.43 18.82 95.27 -
YUV 89.02 221.11 203.59 -
System Red Green Blue C M Y K H S L
Decimal 195 3 254 0.23 0.99 0 0.00 285.9 0.99 0.5
Hex C3 3 FE 17 63 0 0 11E 63 32
Octal 303 3 376 27 143 0 0 436 143 62
Binary 11000011 11 11111110 10111 1100011 0 0 100011110 1100011 110010

Color Harmonies of #C303FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303FE

Black with #C303FE

Text Example


Text Example

White with #C303FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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