Html Css Color HEX #CA15EC Electric Purple

📋 copy color: '#CA15EC'

red 202 ◦ green 21 ◦ blue 236

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

Shades of Electric Purple #CA15EC

Tints of Electric Purple #CA15EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.58%

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 44.01%
G = 4.58%
B = 51.42%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA15EC (or 0xCA15EC) is known color: Electric Purple. HEX triplet: CA, 15 and EC. RGB value is (202,21,236). Sum of RGB (Red+Green+Blue) = 202+21+236=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA15EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA15EC is #35EA13. Grayscale: #626262. Windows color (decimal): -3533332 or 15472074. OLE color: 15472074.

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

Color convert

RGB 202 21 236 -
CMYK 0.14 0.91 0 0.07
HSL 290.51º 0.85% 0.5% -
HSV(B) 290.51º 0.91% 0.93% -
XYZ 39.77 19.15 80.96 -
YUV 99.63 204.97 201.02 -
System Red Green Blue C M Y K H S L
Decimal 202 21 236 0.14 0.91 0 0.07 290.51 0.85 0.5
Hex CA 15 EC E 5B 0 7 123 55 32
Octal 312 25 354 16 133 0 7 443 125 62
Binary 11001010 10101 11101100 1110 1011011 0 111 100100011 1010101 110010

Color Harmonies of #CA15EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15EC

Black with #CA15EC

Text Example


Text Example

White with #CA15EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15EC; }

 p { color: rgb(202,21,236); }

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

background-color css

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

 a { background-color: rgb(202,21,236); }

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

border-color css

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

 span { border-color: rgb(202,21,236); }

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