Html Css Color HEX #C90BF7 Electric Purple

📋 copy color: '#C90BF7'

red 201 ◦ green 11 ◦ blue 247

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

Shades of Electric Purple #C90BF7

Tints of Electric Purple #C90BF7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.4%

 BLUE value IS 247 (96.88% from 255) = 53.81%

R = 43.79%
G = 2.4%
B = 53.81%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C90BF7 (or 0xC90BF7) is known color: Electric Purple. HEX triplet: C9, 0B and F7. RGB value is (201,11,247). Sum of RGB (Red+Green+Blue) = 201+11+247=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #C90BF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90BF7 is #36F408. Grayscale: #5D5D5D. Windows color (decimal): -3601417 or 16190409. OLE color: 16190409.

HSL color Cylindrical-coordinate representation of color #C90BF7: hue angle of 288.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90BF7 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 11 247 -
CMYK 0.19 0.96 0 0.03
HSL 288.31º 0.94% 0.51% -
HSV(B) 288.31º 0.96% 0.97% -
XYZ 41 19.37 89.57 -
YUV 94.71 213.95 203.81 -
System Red Green Blue C M Y K H S L
Decimal 201 11 247 0.19 0.96 0 0.03 288.31 0.94 0.51
Hex C9 B F7 13 60 0 3 120 5E 33
Octal 311 13 367 23 140 0 3 440 136 63
Binary 11001001 1011 11110111 10011 1100000 0 11 100100000 1011110 110011

Color Harmonies of #C90BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BF7

Black with #C90BF7

Text Example


Text Example

White with #C90BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BF7; }

 p { color: rgb(201,11,247); }

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

background-color css

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

 a { background-color: rgb(201,11,247); }

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

border-color css

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

 span { border-color: rgb(201,11,247); }

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