Html Css Color HEX #C923FC Electric Purple

📋 copy color: '#C923FC'

red 201 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #C923FC

Tints of Electric Purple #C923FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 41.19%
G = 7.17%
B = 51.64%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C923FC (or 0xC923FC) is known color: Electric Purple. HEX triplet: C9, 23 and FC. RGB value is (201,35,252). Sum of RGB (Red+Green+Blue) = 201+35+252=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #C923FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923FC is #36DC03. Grayscale: #6C6C6C. Windows color (decimal): -3595268 or 16524233. OLE color: 16524233.

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

Color convert

RGB 201 35 252 -
CMYK 0.20 0.86 0 0.01
HSL 285.9º 0.97% 0.56% -
HSV(B) 285.9º 0.86% 0.99% -
XYZ 42.26 20.65 93.85 -
YUV 109.37 208.5 193.36 -
System Red Green Blue C M Y K H S L
Decimal 201 35 252 0.20 0.86 0 0.01 285.9 0.97 0.56
Hex C9 23 FC 14 56 0 1 11E 61 38
Octal 311 43 374 24 126 0 1 436 141 70
Binary 11001001 100011 11111100 10100 1010110 0 1 100011110 1100001 111000

Color Harmonies of #C923FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923FC

Black with #C923FC

Text Example


Text Example

White with #C923FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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