Html Css Color HEX #CA15ED Electric Purple

📋 copy color: '#CA15ED'

red 202 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #CA15ED

Tints of Electric Purple #CA15ED

RGB

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

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

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

R = 43.91%
G = 4.57%
B = 51.52%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA15ED (or 0xCA15ED) is known color: Electric Purple. HEX triplet: CA, 15 and ED. RGB value is (202,21,237). Sum of RGB (Red+Green+Blue) = 202+21+237=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA15ED is #35EA12. Grayscale: #636363. Windows color (decimal): -3533331 or 15537610. OLE color: 15537610.

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

Color convert

RGB 202 21 237 -
CMYK 0.15 0.91 0 0.07
HSL 290.28º 0.86% 0.51% -
HSV(B) 290.28º 0.91% 0.93% -
XYZ 39.91 19.21 81.72 -
YUV 99.74 205.47 200.94 -
System Red Green Blue C M Y K H S L
Decimal 202 21 237 0.15 0.91 0 0.07 290.28 0.86 0.51
Hex CA 15 ED F 5B 0 7 122 56 33
Octal 312 25 355 17 133 0 7 442 126 63
Binary 11001010 10101 11101101 1111 1011011 0 111 100100010 1010110 110011

Color Harmonies of #CA15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15ED

Black with #CA15ED

Text Example


Text Example

White with #CA15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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