Html Css Color HEX #C90BEB Electric Purple

📋 copy color: '#C90BEB'

red 201 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #C90BEB

Tints of Electric Purple #C90BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 44.97%
G = 2.46%
B = 52.57%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C90BEB (or 0xC90BEB) is known color: Electric Purple. HEX triplet: C9, 0B and EB. RGB value is (201,11,235). Sum of RGB (Red+Green+Blue) = 201+11+235=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C90BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90BEB is #36F414. Grayscale: #5C5C5C. Windows color (decimal): -3601429 or 15403977. OLE color: 15403977.

HSL color Cylindrical-coordinate representation of color #C90BEB: hue angle of 290.89º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90BEB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 11 235 -
CMYK 0.14 0.95 0 0.08
HSL 290.89º 0.91% 0.48% -
HSV(B) 290.89º 0.95% 0.92% -
XYZ 39.2 18.66 80.13 -
YUV 93.35 207.95 204.79 -
System Red Green Blue C M Y K H S L
Decimal 201 11 235 0.14 0.95 0 0.08 290.89 0.91 0.48
Hex C9 B EB E 5F 0 8 123 5B 30
Octal 311 13 353 16 137 0 10 443 133 60
Binary 11001001 1011 11101011 1110 1011111 0 1000 100100011 1011011 110000

Color Harmonies of #C90BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BEB

Black with #C90BEB

Text Example


Text Example

White with #C90BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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