Html Css Color HEX #C321EE Electric Purple

📋 copy color: '#C321EE'

red 195 ◦ green 33 ◦ blue 238

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

Shades of Electric Purple #C321EE

Tints of Electric Purple #C321EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.08%

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 41.85%
G = 7.08%
B = 51.07%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C321EE (or 0xC321EE) is known color: Electric Purple. HEX triplet: C3, 21 and EE. RGB value is (195,33,238). Sum of RGB (Red+Green+Blue) = 195+33+238=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #C321EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321EE is #3CDE11. Grayscale: #686868. Windows color (decimal): -3989010 or 15606211. OLE color: 15606211.

HSL color Cylindrical-coordinate representation of color #C321EE: hue angle of 287.41º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C321EE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 33 238 -
CMYK 0.18 0.86 0 0.07
HSL 287.41º 0.86% 0.53% -
HSV(B) 287.41º 0.86% 0.93% -
XYZ 38.48 18.86 82.5 -
YUV 104.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 195 33 238 0.18 0.86 0 0.07 287.41 0.86 0.53
Hex C3 21 EE 12 56 0 7 11F 56 35
Octal 303 41 356 22 126 0 7 437 126 65
Binary 11000011 100001 11101110 10010 1010110 0 111 100011111 1010110 110101

Color Harmonies of #C321EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321EE

Black with #C321EE

Text Example


Text Example

White with #C321EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321EE; }

 p { color: rgb(195,33,238); }

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

background-color css

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

 a { background-color: rgb(195,33,238); }

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

border-color css

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

 span { border-color: rgb(195,33,238); }

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