Html Css Color HEX #CA17FA Electric Purple

📋 copy color: '#CA17FA'

red 202 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #CA17FA

Tints of Electric Purple #CA17FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 42.53%
G = 4.84%
B = 52.63%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA17FA (or 0xCA17FA) is known color: Electric Purple. HEX triplet: CA, 17 and FA. RGB value is (202,23,250). Sum of RGB (Red+Green+Blue) = 202+23+250=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17FA is #35E805. Grayscale: #656565. Windows color (decimal): -3532806 or 16390090. OLE color: 16390090.

HSL color Cylindrical-coordinate representation of color #CA17FA: hue angle of 287.31º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA17FA is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 23 250 -
CMYK 0.19 0.91 0 0.02
HSL 287.31º 0.96% 0.54% -
HSV(B) 287.31º 0.91% 0.98% -
XYZ 41.92 20.07 92.11 -
YUV 102.4 211.3 199.04 -
System Red Green Blue C M Y K H S L
Decimal 202 23 250 0.19 0.91 0 0.02 287.31 0.96 0.54
Hex CA 17 FA 13 5B 0 2 11F 60 36
Octal 312 27 372 23 133 0 2 437 140 66
Binary 11001010 10111 11111010 10011 1011011 0 10 100011111 1100000 110110

Color Harmonies of #CA17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA17FA

Black with #CA17FA

Text Example


Text Example

White with #CA17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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