Html Css Color HEX #C32AFD Electric Purple

📋 copy color: '#C32AFD'

red 195 ◦ green 42 ◦ blue 253

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

Shades of Electric Purple #C32AFD

Tints of Electric Purple #C32AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.57%

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 39.8%
G = 8.57%
B = 51.63%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C32AFD (or 0xC32AFD) is known color: Electric Purple. HEX triplet: C3, 2A and FD. RGB value is (195,42,253). Sum of RGB (Red+Green+Blue) = 195+42+253=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #C32AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32AFD is #3CD502. Grayscale: #6F6F6F. Windows color (decimal): -3986691 or 16591555. OLE color: 16591555.

HSL color Cylindrical-coordinate representation of color #C32AFD: hue angle of 283.51º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32AFD is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 42 253 -
CMYK 0.23 0.83 0 0.01
HSL 283.51º 0.98% 0.58% -
HSV(B) 283.51º 0.83% 0.99% -
XYZ 41.06 20.35 94.69 -
YUV 111.8 207.69 187.34 -
System Red Green Blue C M Y K H S L
Decimal 195 42 253 0.23 0.83 0 0.01 283.51 0.98 0.58
Hex C3 2A FD 17 53 0 1 11C 62 3A
Octal 303 52 375 27 123 0 1 434 142 72
Binary 11000011 101010 11111101 10111 1010011 0 1 100011100 1100010 111010

Color Harmonies of #C32AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AFD

Black with #C32AFD

Text Example


Text Example

White with #C32AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AFD; }

 p { color: rgb(195,42,253); }

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

background-color css

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

 a { background-color: rgb(195,42,253); }

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

border-color css

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

 span { border-color: rgb(195,42,253); }

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