Html Css Color HEX #C90FFC Electric Purple

📋 copy color: '#C90FFC'

red 201 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #C90FFC

Tints of Electric Purple #C90FFC

RGB

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

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

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

R = 42.95%
G = 3.21%
B = 53.85%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C90FFC (or 0xC90FFC) is known color: Electric Purple. HEX triplet: C9, 0F and FC. RGB value is (201,15,252). Sum of RGB (Red+Green+Blue) = 201+15+252=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #C90FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FFC is #36F003. Grayscale: #606060. Windows color (decimal): -3600388 or 16519113. OLE color: 16519113.

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

Color convert

RGB 201 15 252 -
CMYK 0.20 0.94 0 0.01
HSL 287.09º 0.98% 0.52% -
HSV(B) 287.09º 0.94% 0.99% -
XYZ 41.83 19.79 93.71 -
YUV 97.63 215.12 201.73 -
System Red Green Blue C M Y K H S L
Decimal 201 15 252 0.20 0.94 0 0.01 287.09 0.98 0.52
Hex C9 F FC 14 5E 0 1 11F 62 34
Octal 311 17 374 24 136 0 1 437 142 64
Binary 11001001 1111 11111100 10100 1011110 0 1 100011111 1100010 110100

Color Harmonies of #C90FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FFC

Black with #C90FFC

Text Example


Text Example

White with #C90FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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