Html Css Color HEX #C90EFC Electric Purple

📋 copy color: '#C90EFC'

red 201 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #C90EFC

Tints of Electric Purple #C90EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3%

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

R = 43.04%
G = 3%
B = 53.96%

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

#C90EFC (or 0xC90EFC) is known color: Electric Purple. HEX triplet: C9, 0E and FC. RGB value is (201,14,252). Sum of RGB (Red+Green+Blue) = 201+14+252=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #C90EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EFC is #36F103. Grayscale: #606060. Windows color (decimal): -3600644 or 16518857. OLE color: 16518857.

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

Color convert

RGB 201 14 252 -
CMYK 0.20 0.94 0 0.01
HSL 287.14º 0.98% 0.52% -
HSV(B) 287.14º 0.94% 0.99% -
XYZ 41.82 19.76 93.71 -
YUV 97.05 215.45 202.15 -
System Red Green Blue C M Y K H S L
Decimal 201 14 252 0.20 0.94 0 0.01 287.14 0.98 0.52
Hex C9 E FC 14 5E 0 1 11F 62 34
Octal 311 16 374 24 136 0 1 437 142 64
Binary 11001001 1110 11111100 10100 1011110 0 1 100011111 1100010 110100

Color Harmonies of #C90EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EFC

Black with #C90EFC

Text Example


Text Example

White with #C90EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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