Html Css Color HEX #C90CFB Electric Purple

📋 copy color: '#C90CFB'

red 201 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #C90CFB

Tints of Electric Purple #C90CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 43.32%
G = 2.59%
B = 54.09%

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

#C90CFB (or 0xC90CFB) is known color: Electric Purple. HEX triplet: C9, 0C and FB. RGB value is (201,12,251). Sum of RGB (Red+Green+Blue) = 201+12+251=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #C90CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CFB is #36F304. Grayscale: #5E5E5E. Windows color (decimal): -3601157 or 16452809. OLE color: 16452809.

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

Color convert

RGB 201 12 251 -
CMYK 0.20 0.95 0 0.02
HSL 287.45º 0.97% 0.52% -
HSV(B) 287.45º 0.95% 0.98% -
XYZ 41.63 19.65 92.86 -
YUV 95.76 215.62 203.07 -
System Red Green Blue C M Y K H S L
Decimal 201 12 251 0.20 0.95 0 0.02 287.45 0.97 0.52
Hex C9 C FB 14 5F 0 2 11F 61 34
Octal 311 14 373 24 137 0 2 437 141 64
Binary 11001001 1100 11111011 10100 1011111 0 10 100011111 1100001 110100

Color Harmonies of #C90CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CFB

Black with #C90CFB

Text Example


Text Example

White with #C90CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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