Html Css Color HEX #CA21ED Electric Purple

📋 copy color: '#CA21ED'

red 202 ◦ green 33 ◦ blue 237

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

Shades of Electric Purple #CA21ED

Tints of Electric Purple #CA21ED

RGB

 RED value IS 202 (79.3% from 255) = 42.8%

 GREEN value IS 33 (13.28% from 255) = 6.99%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 42.8%
G = 6.99%
B = 50.21%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA21ED (or 0xCA21ED) is known color: Electric Purple. HEX triplet: CA, 21 and ED. RGB value is (202,33,237). Sum of RGB (Red+Green+Blue) = 202+33+237=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA21ED is #35DE12. Grayscale: #6A6A6A. Windows color (decimal): -3530259 or 15540682. OLE color: 15540682.

HSL color Cylindrical-coordinate representation of color #CA21ED: hue angle of 289.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA21ED is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 33 237 -
CMYK 0.15 0.86 0 0.07
HSL 289.71º 0.85% 0.53% -
HSV(B) 289.71º 0.86% 0.93% -
XYZ 40.19 19.76 81.82 -
YUV 106.79 201.49 195.91 -
System Red Green Blue C M Y K H S L
Decimal 202 33 237 0.15 0.86 0 0.07 289.71 0.85 0.53
Hex CA 21 ED F 56 0 7 122 55 35
Octal 312 41 355 17 126 0 7 442 125 65
Binary 11001010 100001 11101101 1111 1010110 0 111 100100010 1010101 110101

Color Harmonies of #CA21ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21ED

Black with #CA21ED

Text Example


Text Example

White with #CA21ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21ED; }

 p { color: rgb(202,33,237); }

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

background-color css

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

 a { background-color: rgb(202,33,237); }

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

border-color css

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

 span { border-color: rgb(202,33,237); }

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