Html Css Color HEX #C90AFD Electric Purple

📋 copy color: '#C90AFD'

red 201 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #C90AFD

Tints of Electric Purple #C90AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 43.32%
G = 2.16%
B = 54.53%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C90AFD (or 0xC90AFD) is known color: Electric Purple. HEX triplet: C9, 0A and FD. RGB value is (201,10,253). Sum of RGB (Red+Green+Blue) = 201+10+253=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #C90AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AFD is #36F502. Grayscale: #5E5E5E. Windows color (decimal): -3601667 or 16583369. OLE color: 16583369.

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

Color convert

RGB 201 10 253 -
CMYK 0.21 0.96 0 0.01
HSL 287.16º 0.98% 0.52% -
HSV(B) 287.16º 0.96% 0.99% -
XYZ 41.93 19.73 94.53 -
YUV 94.81 217.28 203.74 -
System Red Green Blue C M Y K H S L
Decimal 201 10 253 0.21 0.96 0 0.01 287.16 0.98 0.52
Hex C9 A FD 15 60 0 1 11F 62 34
Octal 311 12 375 25 140 0 1 437 142 64
Binary 11001001 1010 11111101 10101 1100000 0 1 100011111 1100010 110100

Color Harmonies of #C90AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90AFD

Black with #C90AFD

Text Example


Text Example

White with #C90AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90AFD; }

 p { color: rgb(201,10,253); }

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

background-color css

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

 a { background-color: rgb(201,10,253); }

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

border-color css

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

 span { border-color: rgb(201,10,253); }

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