Html Css Color HEX #C90CEA Electric Purple

📋 copy color: '#C90CEA'

red 201 ◦ green 12 ◦ blue 234

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

Shades of Electric Purple #C90CEA

Tints of Electric Purple #C90CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 44.97%
G = 2.68%
B = 52.35%

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

#C90CEA (or 0xC90CEA) is known color: Electric Purple. HEX triplet: C9, 0C and EA. RGB value is (201,12,234). Sum of RGB (Red+Green+Blue) = 201+12+234=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C90CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CEA is #36F315. Grayscale: #5D5D5D. Windows color (decimal): -3601174 or 15338697. OLE color: 15338697.

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

Color convert

RGB 201 12 234 -
CMYK 0.14 0.95 0 0.08
HSL 291.08º 0.9% 0.48% -
HSV(B) 291.08º 0.95% 0.92% -
XYZ 39.07 18.62 79.38 -
YUV 93.82 207.12 204.45 -
System Red Green Blue C M Y K H S L
Decimal 201 12 234 0.14 0.95 0 0.08 291.08 0.9 0.48
Hex C9 C EA E 5F 0 8 123 5A 30
Octal 311 14 352 16 137 0 10 443 132 60
Binary 11001001 1100 11101010 1110 1011111 0 1000 100100011 1011010 110000

Color Harmonies of #C90CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CEA

Black with #C90CEA

Text Example


Text Example

White with #C90CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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