Html Css Color HEX #C90CFA Electric Purple

📋 copy color: '#C90CFA'

red 201 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #C90CFA

Tints of Electric Purple #C90CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 43.41%
G = 2.59%
B = 54%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C90CFA (or 0xC90CFA) is known color: Electric Purple. HEX triplet: C9, 0C and FA. RGB value is (201,12,250). Sum of RGB (Red+Green+Blue) = 201+12+250=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #C90CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CFA is #36F305. Grayscale: #5E5E5E. Windows color (decimal): -3601158 or 16387273. OLE color: 16387273.

HSL color Cylindrical-coordinate representation of color #C90CFA: hue angle of 287.65º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90CFA is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 12 250 -
CMYK 0.20 0.95 0 0.02
HSL 287.65º 0.96% 0.51% -
HSV(B) 287.65º 0.95% 0.98% -
XYZ 41.47 19.58 92.04 -
YUV 95.64 215.12 203.15 -
System Red Green Blue C M Y K H S L
Decimal 201 12 250 0.20 0.95 0 0.02 287.65 0.96 0.51
Hex C9 C FA 14 5F 0 2 120 60 33
Octal 311 14 372 24 137 0 2 440 140 63
Binary 11001001 1100 11111010 10100 1011111 0 10 100100000 1100000 110011

Color Harmonies of #C90CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CFA

Black with #C90CFA

Text Example


Text Example

White with #C90CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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