Html Css Color HEX #CA17FD Electric Purple

📋 copy color: '#CA17FD'

red 202 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #CA17FD

Tints of Electric Purple #CA17FD

RGB

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

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

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

R = 42.26%
G = 4.81%
B = 52.93%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA17FD (or 0xCA17FD) is known color: Electric Purple. HEX triplet: CA, 17 and FD. RGB value is (202,23,253). Sum of RGB (Red+Green+Blue) = 202+23+253=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA17FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17FD is #35E802. Grayscale: #656565. Windows color (decimal): -3532803 or 16586698. OLE color: 16586698.

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

Color convert

RGB 202 23 253 -
CMYK 0.20 0.91 0 0.01
HSL 286.7º 0.98% 0.54% -
HSV(B) 286.7º 0.91% 0.99% -
XYZ 42.39 20.26 94.6 -
YUV 102.74 212.8 198.8 -
System Red Green Blue C M Y K H S L
Decimal 202 23 253 0.20 0.91 0 0.01 286.7 0.98 0.54
Hex CA 17 FD 14 5B 0 1 11F 62 36
Octal 312 27 375 24 133 0 1 437 142 66
Binary 11001010 10111 11111101 10100 1011011 0 1 100011111 1100010 110110

Color Harmonies of #CA17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA17FD

Black with #CA17FD

Text Example


Text Example

White with #CA17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA17FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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