Html Css Color HEX #CA02FD Electric Purple

📋 copy color: '#CA02FD'

red 202 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #CA02FD

Tints of Electric Purple #CA02FD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 44.2%
G = 0.44%
B = 55.36%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA02FD (or 0xCA02FD) is known color: Electric Purple. HEX triplet: CA, 02 and FD. RGB value is (202,2,253). Sum of RGB (Red+Green+Blue) = 202+2+253=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 2 (1.17% from 255 or 0.44% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA02FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA02FD is #35FD02. Grayscale: #595959. Windows color (decimal): -3538179 or 16581322. OLE color: 16581322.

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

Color convert

RGB 202 2 253 -
CMYK 0.20 0.99 0 0.01
HSL 287.81º 0.98% 0.5% -
HSV(B) 287.81º 0.99% 0.99% -
XYZ 42.11 19.69 94.51 -
YUV 90.41 219.76 207.59 -
System Red Green Blue C M Y K H S L
Decimal 202 2 253 0.20 0.99 0 0.01 287.81 0.98 0.5
Hex CA 2 FD 14 63 0 1 120 62 32
Octal 312 2 375 24 143 0 1 440 142 62
Binary 11001010 10 11111101 10100 1100011 0 1 100100000 1100010 110010

Color Harmonies of #CA02FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA02FD

Black with #CA02FD

Text Example


Text Example

White with #CA02FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA02FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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