Html Css Color HEX #C90CFC Electric Purple

📋 copy color: '#C90CFC'

red 201 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #C90CFC

Tints of Electric Purple #C90CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 43.23%
G = 2.58%
B = 54.19%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C90CFC (or 0xC90CFC) is known color: Electric Purple. HEX triplet: C9, 0C and FC. RGB value is (201,12,252). Sum of RGB (Red+Green+Blue) = 201+12+252=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C90CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CFC is #36F303. Grayscale: #5F5F5F. Windows color (decimal): -3601156 or 16518345. OLE color: 16518345.

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

Color convert

RGB 201 12 252 -
CMYK 0.20 0.95 0 0.01
HSL 287.25º 0.98% 0.52% -
HSV(B) 287.25º 0.95% 0.99% -
XYZ 41.79 19.71 93.7 -
YUV 95.87 216.12 202.99 -
System Red Green Blue C M Y K H S L
Decimal 201 12 252 0.20 0.95 0 0.01 287.25 0.98 0.52
Hex C9 C FC 14 5F 0 1 11F 62 34
Octal 311 14 374 24 137 0 1 437 142 64
Binary 11001001 1100 11111100 10100 1011111 0 1 100011111 1100010 110100

Color Harmonies of #C90CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CFC

Black with #C90CFC

Text Example


Text Example

White with #C90CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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