Html Css Color HEX #C332FD Electric Purple

📋 copy color: '#C332FD'

red 195 ◦ green 50 ◦ blue 253

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

Shades of Electric Purple #C332FD

Tints of Electric Purple #C332FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.04%

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

R = 39.16%
G = 10.04%
B = 50.8%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C332FD (or 0xC332FD) is known color: Electric Purple. HEX triplet: C3, 32 and FD. RGB value is (195,50,253). Sum of RGB (Red+Green+Blue) = 195+50+253=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #C332FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332FD is #3CCD02. Grayscale: #737373. Windows color (decimal): -3984643 or 16593603. OLE color: 16593603.

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

Color convert

RGB 195 50 253 -
CMYK 0.23 0.80 0 0.01
HSL 282.86º 0.98% 0.59% -
HSV(B) 282.86º 0.8% 0.99% -
XYZ 41.38 20.98 94.8 -
YUV 116.5 205.04 183.99 -
System Red Green Blue C M Y K H S L
Decimal 195 50 253 0.23 0.80 0 0.01 282.86 0.98 0.59
Hex C3 32 FD 17 50 0 1 11B 62 3B
Octal 303 62 375 27 120 0 1 433 142 73
Binary 11000011 110010 11111101 10111 1010000 0 1 100011011 1100010 111011

Color Harmonies of #C332FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332FD

Black with #C332FD

Text Example


Text Example

White with #C332FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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