Html Css Color HEX #C90FFF Electric Purple

📋 copy color: '#C90FFF'

red 201 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #C90FFF

Tints of Electric Purple #C90FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

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

R = 42.68%
G = 3.18%
B = 54.14%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C90FFF (or 0xC90FFF) is known color: Electric Purple. HEX triplet: C9, 0F and FF. RGB value is (201,15,255). Sum of RGB (Red+Green+Blue) = 201+15+255=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #C90FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FFF is #36F000. Grayscale: #616161. Windows color (decimal): -3600385 or 16715721. OLE color: 16715721.

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

Color convert

RGB 201 15 255 -
CMYK 0.21 0.94 0 0
HSL 286.5º 1% 0.53% -
HSV(B) 286.5º 0.94% 1% -
XYZ 42.31 19.98 96.23 -
YUV 97.97 216.62 201.49 -
System Red Green Blue C M Y K H S L
Decimal 201 15 255 0.21 0.94 0 0 286.5 1 0.53
Hex C9 F FF 15 5E 0 0 11E 64 35
Octal 311 17 377 25 136 0 0 436 144 65
Binary 11001001 1111 11111111 10101 1011110 0 0 100011110 1100100 110101

Color Harmonies of #C90FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FFF

Black with #C90FFF

Text Example


Text Example

White with #C90FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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