Html Css Color HEX #C923FF Electric Purple

📋 copy color: '#C923FF'

red 201 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #C923FF

Tints of Electric Purple #C923FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 40.94%
G = 7.13%
B = 51.93%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C923FF (or 0xC923FF) is known color: Electric Purple. HEX triplet: C9, 23 and FF. RGB value is (201,35,255). Sum of RGB (Red+Green+Blue) = 201+35+255=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 35 (14.06% from 255 or 7.13% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #C923FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923FF is #36DC00. Grayscale: #6C6C6C. Windows color (decimal): -3595265 or 16720841. OLE color: 16720841.

HSL color Cylindrical-coordinate representation of color #C923FF: hue angle of 285.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C923FF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 35 255 -
CMYK 0.21 0.86 0 0
HSL 285.27º 1% 0.57% -
HSV(B) 285.27º 0.86% 1% -
XYZ 42.74 20.84 96.38 -
YUV 109.71 210 193.11 -
System Red Green Blue C M Y K H S L
Decimal 201 35 255 0.21 0.86 0 0 285.27 1 0.57
Hex C9 23 FF 15 56 0 0 11D 64 39
Octal 311 43 377 25 126 0 0 435 144 71
Binary 11001001 100011 11111111 10101 1010110 0 0 100011101 1100100 111001

Color Harmonies of #C923FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923FF

Black with #C923FF

Text Example


Text Example

White with #C923FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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