Html Css Color HEX #C323FD Electric Purple

📋 copy color: '#C323FD'

red 195 ◦ green 35 ◦ blue 253

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

Shades of Electric Purple #C323FD

Tints of Electric Purple #C323FD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.25%

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

R = 40.37%
G = 7.25%
B = 52.38%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C323FD (or 0xC323FD) is known color: Electric Purple. HEX triplet: C3, 23 and FD. RGB value is (195,35,253). Sum of RGB (Red+Green+Blue) = 195+35+253=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #C323FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323FD is #3CDC02. Grayscale: #6A6A6A. Windows color (decimal): -3988483 or 16589763. OLE color: 16589763.

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

Color convert

RGB 195 35 253 -
CMYK 0.23 0.86 0 0.01
HSL 284.04º 0.98% 0.56% -
HSV(B) 284.04º 0.86% 0.99% -
XYZ 40.84 19.9 94.62 -
YUV 107.69 210.01 190.27 -
System Red Green Blue C M Y K H S L
Decimal 195 35 253 0.23 0.86 0 0.01 284.04 0.98 0.56
Hex C3 23 FD 17 56 0 1 11C 62 38
Octal 303 43 375 27 126 0 1 434 142 70
Binary 11000011 100011 11111101 10111 1010110 0 1 100011100 1100010 111000

Color Harmonies of #C323FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323FD

Black with #C323FD

Text Example


Text Example

White with #C323FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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