Html Css Color HEX #C330FD Electric Purple

📋 copy color: '#C330FD'

red 195 ◦ green 48 ◦ blue 253

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

Shades of Electric Purple #C330FD

Tints of Electric Purple #C330FD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.68%

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

R = 39.31%
G = 9.68%
B = 51.01%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C330FD (or 0xC330FD) is known color: Electric Purple. HEX triplet: C3, 30 and FD. RGB value is (195,48,253). Sum of RGB (Red+Green+Blue) = 195+48+253=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #C330FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C330FD is #3CCF02. Grayscale: #727272. Windows color (decimal): -3985155 or 16593091. OLE color: 16593091.

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

Color convert

RGB 195 48 253 -
CMYK 0.23 0.81 0 0.01
HSL 283.02º 0.98% 0.59% -
HSV(B) 283.02º 0.81% 0.99% -
XYZ 41.29 20.81 94.77 -
YUV 115.32 205.7 184.83 -
System Red Green Blue C M Y K H S L
Decimal 195 48 253 0.23 0.81 0 0.01 283.02 0.98 0.59
Hex C3 30 FD 17 51 0 1 11B 62 3B
Octal 303 60 375 27 121 0 1 433 142 73
Binary 11000011 110000 11111101 10111 1010001 0 1 100011011 1100010 111011

Color Harmonies of #C330FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330FD

Black with #C330FD

Text Example


Text Example

White with #C330FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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