Html Css Color HEX #C32BEE Electric Purple

📋 copy color: '#C32BEE'

red 195 ◦ green 43 ◦ blue 238

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

Shades of Electric Purple #C32BEE

Tints of Electric Purple #C32BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.03%

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

R = 40.97%
G = 9.03%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C32BEE (or 0xC32BEE) is known color: Electric Purple. HEX triplet: C3, 2B and EE. RGB value is (195,43,238). Sum of RGB (Red+Green+Blue) = 195+43+238=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #C32BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32BEE is #3CD411. Grayscale: #6E6E6E. Windows color (decimal): -3986450 or 15608771. OLE color: 15608771.

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

Color convert

RGB 195 43 238 -
CMYK 0.18 0.82 0 0.07
HSL 286.77º 0.85% 0.55% -
HSV(B) 286.77º 0.82% 0.93% -
XYZ 38.8 19.5 82.61 -
YUV 110.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 195 43 238 0.18 0.82 0 0.07 286.77 0.85 0.55
Hex C3 2B EE 12 52 0 7 11F 55 37
Octal 303 53 356 22 122 0 7 437 125 67
Binary 11000011 101011 11101110 10010 1010010 0 111 100011111 1010101 110111

Color Harmonies of #C32BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BEE

Black with #C32BEE

Text Example


Text Example

White with #C32BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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