Html Css Color HEX #CA11FD Electric Purple

📋 copy color: '#CA11FD'

red 202 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #CA11FD

Tints of Electric Purple #CA11FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 42.8%
G = 3.6%
B = 53.6%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA11FD (or 0xCA11FD) is known color: Electric Purple. HEX triplet: CA, 11 and FD. RGB value is (202,17,253). Sum of RGB (Red+Green+Blue) = 202+17+253=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA11FD is #35EE02. Grayscale: #626262. Windows color (decimal): -3534339 or 16585162. OLE color: 16585162.

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

Color convert

RGB 202 17 253 -
CMYK 0.20 0.93 0 0.01
HSL 287.03º 0.98% 0.53% -
HSV(B) 287.03º 0.93% 0.99% -
XYZ 42.29 20.05 94.57 -
YUV 99.22 214.79 201.31 -
System Red Green Blue C M Y K H S L
Decimal 202 17 253 0.20 0.93 0 0.01 287.03 0.98 0.53
Hex CA 11 FD 14 5D 0 1 11F 62 35
Octal 312 21 375 24 135 0 1 437 142 65
Binary 11001010 10001 11111101 10100 1011101 0 1 100011111 1100010 110101

Color Harmonies of #CA11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA11FD

Black with #CA11FD

Text Example


Text Example

White with #CA11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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