Html Css Color HEX #C90EFB Electric Purple

📋 copy color: '#C90EFB'

red 201 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #C90EFB

Tints of Electric Purple #C90EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 43.13%
G = 3%
B = 53.86%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C90EFB (or 0xC90EFB) is known color: Electric Purple. HEX triplet: C9, 0E and FB. RGB value is (201,14,251). Sum of RGB (Red+Green+Blue) = 201+14+251=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C90EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EFB is #36F104. Grayscale: #606060. Windows color (decimal): -3600645 or 16453321. OLE color: 16453321.

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

Color convert

RGB 201 14 251 -
CMYK 0.20 0.94 0 0.02
HSL 287.34º 0.97% 0.52% -
HSV(B) 287.34º 0.94% 0.98% -
XYZ 41.66 19.7 92.87 -
YUV 96.93 214.95 202.23 -
System Red Green Blue C M Y K H S L
Decimal 201 14 251 0.20 0.94 0 0.02 287.34 0.97 0.52
Hex C9 E FB 14 5E 0 2 11F 61 34
Octal 311 16 373 24 136 0 2 437 141 64
Binary 11001001 1110 11111011 10100 1011110 0 10 100011111 1100001 110100

Color Harmonies of #C90EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EFB

Black with #C90EFB

Text Example


Text Example

White with #C90EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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