Html Css Color HEX #CA19ED Electric Purple

📋 copy color: '#CA19ED'

red 202 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #CA19ED

Tints of Electric Purple #CA19ED

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.39%

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

R = 43.53%
G = 5.39%
B = 51.08%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA19ED (or 0xCA19ED) is known color: Electric Purple. HEX triplet: CA, 19 and ED. RGB value is (202,25,237). Sum of RGB (Red+Green+Blue) = 202+25+237=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19ED is #35E612. Grayscale: #656565. Windows color (decimal): -3532307 or 15538634. OLE color: 15538634.

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

Color convert

RGB 202 25 237 -
CMYK 0.15 0.89 0 0.07
HSL 290.09º 0.85% 0.51% -
HSV(B) 290.09º 0.89% 0.93% -
XYZ 39.99 19.37 81.75 -
YUV 102.09 204.14 199.26 -
System Red Green Blue C M Y K H S L
Decimal 202 25 237 0.15 0.89 0 0.07 290.09 0.85 0.51
Hex CA 19 ED F 59 0 7 122 55 33
Octal 312 31 355 17 131 0 7 442 125 63
Binary 11001010 11001 11101101 1111 1011001 0 111 100100010 1010101 110011

Color Harmonies of #CA19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19ED

Black with #CA19ED

Text Example


Text Example

White with #CA19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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