Html Css Color HEX #C923FD Electric Purple

📋 copy color: '#C923FD'

red 201 ◦ green 35 ◦ blue 253

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

Shades of Electric Purple #C923FD

Tints of Electric Purple #C923FD

RGB

 RED value IS 201 (78.91% from 255) = 41.1%

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

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

R = 41.1%
G = 7.16%
B = 51.74%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C923FD (or 0xC923FD) is known color: Electric Purple. HEX triplet: C9, 23 and FD. RGB value is (201,35,253). Sum of RGB (Red+Green+Blue) = 201+35+253=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 35 (14.06% from 255 or 7.16% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #C923FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923FD is #36DC02. Grayscale: #6C6C6C. Windows color (decimal): -3595267 or 16589769. OLE color: 16589769.

HSL color Cylindrical-coordinate representation of color #C923FD: hue angle of 285.69º 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 #C923FD is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 35 253 -
CMYK 0.21 0.86 0 0.01
HSL 285.69º 0.98% 0.56% -
HSV(B) 285.69º 0.86% 0.99% -
XYZ 42.42 20.71 94.69 -
YUV 109.49 209 193.27 -
System Red Green Blue C M Y K H S L
Decimal 201 35 253 0.21 0.86 0 0.01 285.69 0.98 0.56
Hex C9 23 FD 15 56 0 1 11E 62 38
Octal 311 43 375 25 126 0 1 436 142 70
Binary 11001001 100011 11111101 10101 1010110 0 1 100011110 1100010 111000

Color Harmonies of #C923FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923FD

Black with #C923FD

Text Example


Text Example

White with #C923FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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