Html Css Color HEX #C90FFB Electric Purple

📋 copy color: '#C90FFB'

red 201 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #C90FFB

Tints of Electric Purple #C90FFB

RGB

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

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

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

R = 43.04%
G = 3.21%
B = 53.75%

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

#C90FFB (or 0xC90FFB) is known color: Electric Purple. HEX triplet: C9, 0F and FB. RGB value is (201,15,251). Sum of RGB (Red+Green+Blue) = 201+15+251=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #C90FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FFB is #36F004. Grayscale: #606060. Windows color (decimal): -3600389 or 16453577. OLE color: 16453577.

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

Color convert

RGB 201 15 251 -
CMYK 0.20 0.94 0 0.02
HSL 287.29º 0.97% 0.52% -
HSV(B) 287.29º 0.94% 0.98% -
XYZ 41.67 19.72 92.88 -
YUV 97.52 214.62 201.81 -
System Red Green Blue C M Y K H S L
Decimal 201 15 251 0.20 0.94 0 0.02 287.29 0.97 0.52
Hex C9 F FB 14 5E 0 2 11F 61 34
Octal 311 17 373 24 136 0 2 437 141 64
Binary 11001001 1111 11111011 10100 1011110 0 10 100011111 1100001 110100

Color Harmonies of #C90FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FFB

Black with #C90FFB

Text Example


Text Example

White with #C90FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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