Html Css Color HEX #CA11FF Electric Purple

📋 copy color: '#CA11FF'

red 202 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #CA11FF

Tints of Electric Purple #CA11FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

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

R = 42.62%
G = 3.59%
B = 53.8%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA11FF (or 0xCA11FF) is known color: Electric Purple. HEX triplet: CA, 11 and FF. RGB value is (202,17,255). Sum of RGB (Red+Green+Blue) = 202+17+255=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA11FF is #35EE00. Grayscale: #626262. Windows color (decimal): -3534337 or 16716234. OLE color: 16716234.

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

Color convert

RGB 202 17 255 -
CMYK 0.21 0.93 0 0
HSL 286.64º 1% 0.53% -
HSV(B) 286.64º 0.93% 1% -
XYZ 42.61 20.18 96.26 -
YUV 99.45 215.79 201.15 -
System Red Green Blue C M Y K H S L
Decimal 202 17 255 0.21 0.93 0 0 286.64 1 0.53
Hex CA 11 FF 15 5D 0 0 11F 64 35
Octal 312 21 377 25 135 0 0 437 144 65
Binary 11001010 10001 11111111 10101 1011101 0 0 100011111 1100100 110101

Color Harmonies of #CA11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA11FF

Black with #CA11FF

Text Example


Text Example

White with #CA11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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