Html Css Color HEX #C322FD Electric Purple

📋 copy color: '#C322FD'

red 195 ◦ green 34 ◦ blue 253

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

Shades of Electric Purple #C322FD

Tints of Electric Purple #C322FD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.05%

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

R = 40.46%
G = 7.05%
B = 52.49%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C322FD (or 0xC322FD) is known color: Electric Purple. HEX triplet: C3, 22 and FD. RGB value is (195,34,253). Sum of RGB (Red+Green+Blue) = 195+34+253=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 34 (13.67% from 255 or 7.05% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C322FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C322FD is #3CDD02. Grayscale: #6A6A6A. Windows color (decimal): -3988739 or 16589507. OLE color: 16589507.

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

Color convert

RGB 195 34 253 -
CMYK 0.23 0.87 0 0.01
HSL 284.11º 0.98% 0.56% -
HSV(B) 284.11º 0.87% 0.99% -
XYZ 40.81 19.84 94.61 -
YUV 107.11 210.34 190.69 -
System Red Green Blue C M Y K H S L
Decimal 195 34 253 0.23 0.87 0 0.01 284.11 0.98 0.56
Hex C3 22 FD 17 57 0 1 11C 62 38
Octal 303 42 375 27 127 0 1 434 142 70
Binary 11000011 100010 11111101 10111 1010111 0 1 100011100 1100010 111000

Color Harmonies of #C322FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C322FD

Black with #C322FD

Text Example


Text Example

White with #C322FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C322FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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