Html Css Color HEX #C302FD Electric Purple

📋 copy color: '#C302FD'

red 195 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #C302FD

Tints of Electric Purple #C302FD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 43.33%
G = 0.44%
B = 56.22%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C302FD (or 0xC302FD) is known color: Electric Purple. HEX triplet: C3, 02 and FD. RGB value is (195,2,253). Sum of RGB (Red+Green+Blue) = 195+2+253=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #C302FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C302FD is #3CFD02. Grayscale: #575757. Windows color (decimal): -3996931 or 16581315. OLE color: 16581315.

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

Color convert

RGB 195 2 253 -
CMYK 0.23 0.99 0 0.01
HSL 286.14º 0.98% 0.5% -
HSV(B) 286.14º 0.99% 0.99% -
XYZ 40.26 18.74 94.42 -
YUV 88.32 220.94 204.09 -
System Red Green Blue C M Y K H S L
Decimal 195 2 253 0.23 0.99 0 0.01 286.14 0.98 0.5
Hex C3 2 FD 17 63 0 1 11E 62 32
Octal 303 2 375 27 143 0 1 436 142 62
Binary 11000011 10 11111101 10111 1100011 0 1 100011110 1100010 110010

Color Harmonies of #C302FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302FD

Black with #C302FD

Text Example


Text Example

White with #C302FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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