Html Css Color HEX #C90CED Electric Purple

📋 copy color: '#C90CED'

red 201 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #C90CED

Tints of Electric Purple #C90CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 44.67%
G = 2.67%
B = 52.67%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C90CED (or 0xC90CED) is known color: Electric Purple. HEX triplet: C9, 0C and ED. RGB value is (201,12,237). Sum of RGB (Red+Green+Blue) = 201+12+237=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #C90CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CED is #36F312. Grayscale: #5D5D5D. Windows color (decimal): -3601171 or 15535305. OLE color: 15535305.

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

Color convert

RGB 201 12 237 -
CMYK 0.15 0.95 0 0.07
HSL 290.4º 0.9% 0.49% -
HSV(B) 290.4º 0.95% 0.93% -
XYZ 39.5 18.79 81.67 -
YUV 94.16 208.62 204.2 -
System Red Green Blue C M Y K H S L
Decimal 201 12 237 0.15 0.95 0 0.07 290.4 0.9 0.49
Hex C9 C ED F 5F 0 7 122 5A 31
Octal 311 14 355 17 137 0 7 442 132 61
Binary 11001001 1100 11101101 1111 1011111 0 111 100100010 1011010 110001

Color Harmonies of #C90CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CED

Black with #C90CED

Text Example


Text Example

White with #C90CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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