Html Css Color HEX #C92AFD Electric Purple

📋 copy color: '#C92AFD'

red 201 ◦ green 42 ◦ blue 253

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

Shades of Electric Purple #C92AFD

Tints of Electric Purple #C92AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.47%

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

R = 40.52%
G = 8.47%
B = 51.01%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C92AFD (or 0xC92AFD) is known color: Electric Purple. HEX triplet: C9, 2A and FD. RGB value is (201,42,253). Sum of RGB (Red+Green+Blue) = 201+42+253=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #C92AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AFD is #36D502. Grayscale: #707070. Windows color (decimal): -3593475 or 16591561. OLE color: 16591561.

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

Color convert

RGB 201 42 253 -
CMYK 0.21 0.83 0 0.01
HSL 285.21º 0.98% 0.58% -
HSV(B) 285.21º 0.83% 0.99% -
XYZ 42.64 21.17 94.77 -
YUV 113.6 206.68 190.34 -
System Red Green Blue C M Y K H S L
Decimal 201 42 253 0.21 0.83 0 0.01 285.21 0.98 0.58
Hex C9 2A FD 15 53 0 1 11D 62 3A
Octal 311 52 375 25 123 0 1 435 142 72
Binary 11001001 101010 11111101 10101 1010011 0 1 100011101 1100010 111010

Color Harmonies of #C92AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92AFD

Black with #C92AFD

Text Example


Text Example

White with #C92AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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