Html Css Color HEX #C321FA Electric Purple

📋 copy color: '#C321FA'

red 195 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #C321FA

Tints of Electric Purple #C321FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.9%

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 40.79%
G = 6.9%
B = 52.3%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C321FA (or 0xC321FA) is known color: Electric Purple. HEX triplet: C3, 21 and FA. RGB value is (195,33,250). Sum of RGB (Red+Green+Blue) = 195+33+250=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #C321FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321FA is #3CDE05. Grayscale: #696969. Windows color (decimal): -3988998 or 16392643. OLE color: 16392643.

HSL color Cylindrical-coordinate representation of color #C321FA: hue angle of 284.79º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C321FA is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 33 250 -
CMYK 0.22 0.87 0 0.02
HSL 284.79º 0.96% 0.55% -
HSV(B) 284.79º 0.87% 0.98% -
XYZ 40.3 19.59 92.1 -
YUV 106.18 209.17 191.36 -
System Red Green Blue C M Y K H S L
Decimal 195 33 250 0.22 0.87 0 0.02 284.79 0.96 0.55
Hex C3 21 FA 16 57 0 2 11D 60 37
Octal 303 41 372 26 127 0 2 435 140 67
Binary 11000011 100001 11111010 10110 1010111 0 10 100011101 1100000 110111

Color Harmonies of #C321FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321FA

Black with #C321FA

Text Example


Text Example

White with #C321FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321FA; }

 p { color: rgb(195,33,250); }

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

background-color css

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

 a { background-color: rgb(195,33,250); }

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

border-color css

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

 span { border-color: rgb(195,33,250); }

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