Html Css Color HEX #C323FE Electric Purple

📋 copy color: '#C323FE'

red 195 ◦ green 35 ◦ blue 254

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

Shades of Electric Purple #C323FE

Tints of Electric Purple #C323FE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.23%

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

R = 40.29%
G = 7.23%
B = 52.48%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C323FE (or 0xC323FE) is known color: Electric Purple. HEX triplet: C3, 23 and FE. RGB value is (195,35,254). Sum of RGB (Red+Green+Blue) = 195+35+254=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #C323FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323FE is #3CDC01. Grayscale: #6B6B6B. Windows color (decimal): -3988482 or 16655299. OLE color: 16655299.

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

Color convert

RGB 195 35 254 -
CMYK 0.23 0.86 0 0.00
HSL 283.84º 0.99% 0.57% -
HSV(B) 283.84º 0.86% 1% -
XYZ 41 19.96 95.46 -
YUV 107.81 210.51 190.19 -
System Red Green Blue C M Y K H S L
Decimal 195 35 254 0.23 0.86 0 0.00 283.84 0.99 0.57
Hex C3 23 FE 17 56 0 0 11C 63 39
Octal 303 43 376 27 126 0 0 434 143 71
Binary 11000011 100011 11111110 10111 1010110 0 0 100011100 1100011 111001

Color Harmonies of #C323FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323FE

Black with #C323FE

Text Example


Text Example

White with #C323FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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