Html Css Color HEX #CA15FF Electric Purple

📋 copy color: '#CA15FF'

red 202 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #CA15FF

Tints of Electric Purple #CA15FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.35%

R = 42.26%
G = 4.39%
B = 53.35%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA15FF (or 0xCA15FF) is known color: Electric Purple. HEX triplet: CA, 15 and FF. RGB value is (202,21,255). Sum of RGB (Red+Green+Blue) = 202+21+255=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA15FF is #35EA00. Grayscale: #656565. Windows color (decimal): -3533313 or 16717258. OLE color: 16717258.

HSL color Cylindrical-coordinate representation of color #CA15FF: hue angle of 286.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA15FF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 21 255 -
CMYK 0.21 0.92 0 0
HSL 286.41º 1% 0.54% -
HSV(B) 286.41º 0.92% 1% -
XYZ 42.68 20.31 96.28 -
YUV 101.8 214.47 199.47 -
System Red Green Blue C M Y K H S L
Decimal 202 21 255 0.21 0.92 0 0 286.41 1 0.54
Hex CA 15 FF 15 5C 0 0 11E 64 36
Octal 312 25 377 25 134 0 0 436 144 66
Binary 11001010 10101 11111111 10101 1011100 0 0 100011110 1100100 110110

Color Harmonies of #CA15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15FF

Black with #CA15FF

Text Example


Text Example

White with #CA15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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