Html Css Color HEX #CA2FFA Electric Purple

📋 copy color: '#CA2FFA'

red 202 ◦ green 47 ◦ blue 250

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

Shades of Electric Purple #CA2FFA

Tints of Electric Purple #CA2FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.42%

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

R = 40.48%
G = 9.42%
B = 50.1%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA2FFA (or 0xCA2FFA) is known color: Electric Purple. HEX triplet: CA, 2F and FA. RGB value is (202,47,250). Sum of RGB (Red+Green+Blue) = 202+47+250=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FFA is #35D005. Grayscale: #737373. Windows color (decimal): -3526662 or 16396234. OLE color: 16396234.

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

Color convert

RGB 202 47 250 -
CMYK 0.19 0.81 0 0.02
HSL 285.81º 0.95% 0.58% -
HSV(B) 285.81º 0.81% 0.98% -
XYZ 42.63 21.49 92.34 -
YUV 116.49 203.35 188.99 -
System Red Green Blue C M Y K H S L
Decimal 202 47 250 0.19 0.81 0 0.02 285.81 0.95 0.58
Hex CA 2F FA 13 51 0 2 11E 5F 3A
Octal 312 57 372 23 121 0 2 436 137 72
Binary 11001010 101111 11111010 10011 1010001 0 10 100011110 1011111 111010

Color Harmonies of #CA2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FFA

Black with #CA2FFA

Text Example


Text Example

White with #CA2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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