Html Css Color HEX #CA28FD Electric Purple

📋 copy color: '#CA28FD'

red 202 ◦ green 40 ◦ blue 253

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

Shades of Electric Purple #CA28FD

Tints of Electric Purple #CA28FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.08%

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

R = 40.81%
G = 8.08%
B = 51.11%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA28FD (or 0xCA28FD) is known color: Electric Purple. HEX triplet: CA, 28 and FD. RGB value is (202,40,253). Sum of RGB (Red+Green+Blue) = 202+40+253=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA28FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA28FD is #35D702. Grayscale: #707070. Windows color (decimal): -3528451 or 16591050. OLE color: 16591050.

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

Color convert

RGB 202 40 253 -
CMYK 0.20 0.84 0 0.01
HSL 285.63º 0.98% 0.57% -
HSV(B) 285.63º 0.84% 0.99% -
XYZ 42.85 21.17 94.76 -
YUV 112.72 207.17 191.68 -
System Red Green Blue C M Y K H S L
Decimal 202 40 253 0.20 0.84 0 0.01 285.63 0.98 0.57
Hex CA 28 FD 14 54 0 1 11E 62 39
Octal 312 50 375 24 124 0 1 436 142 71
Binary 11001010 101000 11111101 10100 1010100 0 1 100011110 1100010 111001

Color Harmonies of #CA28FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28FD

Black with #CA28FD

Text Example


Text Example

White with #CA28FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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