Html Css Color HEX #C90CEF Electric Purple

📋 copy color: '#C90CEF'

red 201 ◦ green 12 ◦ blue 239

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

Shades of Electric Purple #C90CEF

Tints of Electric Purple #C90CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 44.47%
G = 2.65%
B = 52.88%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C90CEF (or 0xC90CEF) is known color: Electric Purple. HEX triplet: C9, 0C and EF. RGB value is (201,12,239). Sum of RGB (Red+Green+Blue) = 201+12+239=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #C90CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CEF is #36F310. Grayscale: #5D5D5D. Windows color (decimal): -3601169 or 15666377. OLE color: 15666377.

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

Color convert

RGB 201 12 239 -
CMYK 0.16 0.95 0 0.06
HSL 289.96º 0.9% 0.49% -
HSV(B) 289.96º 0.95% 0.94% -
XYZ 39.8 18.91 83.21 -
YUV 94.39 209.62 204.04 -
System Red Green Blue C M Y K H S L
Decimal 201 12 239 0.16 0.95 0 0.06 289.96 0.9 0.49
Hex C9 C EF 10 5F 0 6 122 5A 31
Octal 311 14 357 20 137 0 6 442 132 61
Binary 11001001 1100 11101111 10000 1011111 0 110 100100010 1011010 110001

Color Harmonies of #C90CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CEF

Black with #C90CEF

Text Example


Text Example

White with #C90CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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