Html Css Color HEX #C90BEE Electric Purple

📋 copy color: '#C90BEE'

red 201 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #C90BEE

Tints of Electric Purple #C90BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 44.67%
G = 2.44%
B = 52.89%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C90BEE (or 0xC90BEE) is known color: Electric Purple. HEX triplet: C9, 0B and EE. RGB value is (201,11,238). Sum of RGB (Red+Green+Blue) = 201+11+238=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #C90BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90BEE is #36F411. Grayscale: #5C5C5C. Windows color (decimal): -3601426 or 15600585. OLE color: 15600585.

HSL color Cylindrical-coordinate representation of color #C90BEE: hue angle of 290.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90BEE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 11 238 -
CMYK 0.16 0.95 0 0.07
HSL 290.22º 0.91% 0.49% -
HSV(B) 290.22º 0.95% 0.93% -
XYZ 39.64 18.83 82.43 -
YUV 93.69 209.45 204.54 -
System Red Green Blue C M Y K H S L
Decimal 201 11 238 0.16 0.95 0 0.07 290.22 0.91 0.49
Hex C9 B EE 10 5F 0 7 122 5B 31
Octal 311 13 356 20 137 0 7 442 133 61
Binary 11001001 1011 11101110 10000 1011111 0 111 100100010 1011011 110001

Color Harmonies of #C90BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BEE

Black with #C90BEE

Text Example


Text Example

White with #C90BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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