Html Css Color HEX #C90BFF Electric Purple

📋 copy color: '#C90BFF'

red 201 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #C90BFF

Tints of Electric Purple #C90BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.36%

 BLUE value IS 255 (100% from 255) = 54.6%

R = 43.04%
G = 2.36%
B = 54.6%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C90BFF (or 0xC90BFF) is known color: Electric Purple. HEX triplet: C9, 0B and FF. RGB value is (201,11,255). Sum of RGB (Red+Green+Blue) = 201+11+255=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #C90BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90BFF is #36F400. Grayscale: #5E5E5E. Windows color (decimal): -3601409 or 16714697. OLE color: 16714697.

HSL color Cylindrical-coordinate representation of color #C90BFF: hue angle of 286.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90BFF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 11 255 -
CMYK 0.21 0.96 0 0
HSL 286.72º 1% 0.52% -
HSV(B) 286.72º 0.96% 1% -
XYZ 42.26 19.88 96.22 -
YUV 95.63 217.95 203.16 -
System Red Green Blue C M Y K H S L
Decimal 201 11 255 0.21 0.96 0 0 286.72 1 0.52
Hex C9 B FF 15 60 0 0 11F 64 34
Octal 311 13 377 25 140 0 0 437 144 64
Binary 11001001 1011 11111111 10101 1100000 0 0 100011111 1100100 110100

Color Harmonies of #C90BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BFF

Black with #C90BFF

Text Example


Text Example

White with #C90BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BFF; }

 p { color: rgb(201,11,255); }

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

background-color css

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

 a { background-color: rgb(201,11,255); }

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

border-color css

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

 span { border-color: rgb(201,11,255); }

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