Html Css Color HEX #C90CEB Electric Purple

📋 copy color: '#C90CEB'

red 201 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #C90CEB

Tints of Electric Purple #C90CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

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

R = 44.87%
G = 2.68%
B = 52.46%

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

#C90CEB (or 0xC90CEB) is known color: Electric Purple. HEX triplet: C9, 0C and EB. RGB value is (201,12,235). Sum of RGB (Red+Green+Blue) = 201+12+235=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #C90CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CEB is #36F314. Grayscale: #5D5D5D. Windows color (decimal): -3601173 or 15404233. OLE color: 15404233.

HSL color Cylindrical-coordinate representation of color #C90CEB: hue angle of 290.85º degrees, saturation: 0.9, 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 #C90CEB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 12 235 -
CMYK 0.14 0.95 0 0.08
HSL 290.85º 0.9% 0.48% -
HSV(B) 290.85º 0.95% 0.92% -
XYZ 39.21 18.68 80.14 -
YUV 93.93 207.62 204.37 -
System Red Green Blue C M Y K H S L
Decimal 201 12 235 0.14 0.95 0 0.08 290.85 0.9 0.48
Hex C9 C EB E 5F 0 8 123 5A 30
Octal 311 14 353 16 137 0 10 443 132 60
Binary 11001001 1100 11101011 1110 1011111 0 1000 100100011 1011010 110000

Color Harmonies of #C90CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CEB

Black with #C90CEB

Text Example


Text Example

White with #C90CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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