Html Css Color HEX #CA17FE Electric Purple

📋 copy color: '#CA17FE'

red 202 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #CA17FE

Tints of Electric Purple #CA17FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.8%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 42.17%
G = 4.8%
B = 53.03%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA17FE (or 0xCA17FE) is known color: Electric Purple. HEX triplet: CA, 17 and FE. RGB value is (202,23,254). Sum of RGB (Red+Green+Blue) = 202+23+254=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17FE is #35E801. Grayscale: #666666. Windows color (decimal): -3532802 or 16652234. OLE color: 16652234.

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

Color convert

RGB 202 23 254 -
CMYK 0.20 0.91 0 0.00
HSL 286.49º 0.99% 0.54% -
HSV(B) 286.49º 0.91% 1% -
XYZ 42.55 20.33 95.45 -
YUV 102.86 213.3 198.72 -
System Red Green Blue C M Y K H S L
Decimal 202 23 254 0.20 0.91 0 0.00 286.49 0.99 0.54
Hex CA 17 FE 14 5B 0 0 11E 63 36
Octal 312 27 376 24 133 0 0 436 143 66
Binary 11001010 10111 11111110 10100 1011011 0 0 100011110 1100011 110110

Color Harmonies of #CA17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA17FE

Black with #CA17FE

Text Example


Text Example

White with #CA17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA17FE; }

 p { color: rgb(202,23,254); }

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

background-color css

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

 a { background-color: rgb(202,23,254); }

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

border-color css

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

 span { border-color: rgb(202,23,254); }

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