Html Css Color HEX #C323EF Electric Purple

📋 copy color: '#C323EF'

red 195 ◦ green 35 ◦ blue 239

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

Shades of Electric Purple #C323EF

Tints of Electric Purple #C323EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 41.58%
G = 7.46%
B = 50.96%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C323EF (or 0xC323EF) is known color: Electric Purple. HEX triplet: C3, 23 and EF. RGB value is (195,35,239). Sum of RGB (Red+Green+Blue) = 195+35+239=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C323EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323EF is #3CDC10. Grayscale: #696969. Windows color (decimal): -3988497 or 15672259. OLE color: 15672259.

HSL color Cylindrical-coordinate representation of color #C323EF: hue angle of 287.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C323EF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 35 239 -
CMYK 0.18 0.85 0 0.06
HSL 287.06º 0.86% 0.54% -
HSV(B) 287.06º 0.85% 0.94% -
XYZ 38.69 19.04 83.3 -
YUV 106.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 195 35 239 0.18 0.85 0 0.06 287.06 0.86 0.54
Hex C3 23 EF 12 55 0 6 11F 56 36
Octal 303 43 357 22 125 0 6 437 126 66
Binary 11000011 100011 11101111 10010 1010101 0 110 100011111 1010110 110110

Color Harmonies of #C323EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323EF

Black with #C323EF

Text Example


Text Example

White with #C323EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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