Html Css Color HEX #C323FF Electric Purple

📋 copy color: '#C323FF'

red 195 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #C323FF

Tints of Electric Purple #C323FF

RGB

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

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

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

R = 40.21%
G = 7.22%
B = 52.58%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C323FF (or 0xC323FF) is known color: Electric Purple. HEX triplet: C3, 23 and FF. RGB value is (195,35,255). Sum of RGB (Red+Green+Blue) = 195+35+255=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 35 (14.06% from 255 or 7.22% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #C323FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323FF is #3CDC00. Grayscale: #6B6B6B. Windows color (decimal): -3988481 or 16720835. OLE color: 16720835.

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

Color convert

RGB 195 35 255 -
CMYK 0.24 0.86 0 0
HSL 283.64º 1% 0.57% -
HSV(B) 283.64º 0.86% 1% -
XYZ 41.16 20.02 96.3 -
YUV 107.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 195 35 255 0.24 0.86 0 0 283.64 1 0.57
Hex C3 23 FF 18 56 0 0 11C 64 39
Octal 303 43 377 30 126 0 0 434 144 71
Binary 11000011 100011 11111111 11000 1010110 0 0 100011100 1100100 111001

Color Harmonies of #C323FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323FF

Black with #C323FF

Text Example


Text Example

White with #C323FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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