Html Css Color HEX #CA2DFA Electric Purple

📋 copy color: '#CA2DFA'

red 202 ◦ green 45 ◦ blue 250

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

Shades of Electric Purple #CA2DFA

Tints of Electric Purple #CA2DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.05%

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

R = 40.64%
G = 9.05%
B = 50.3%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA2DFA (or 0xCA2DFA) is known color: Electric Purple. HEX triplet: CA, 2D and FA. RGB value is (202,45,250). Sum of RGB (Red+Green+Blue) = 202+45+250=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA2DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2DFA is #35D205. Grayscale: #727272. Windows color (decimal): -3527174 or 16395722. OLE color: 16395722.

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

Color convert

RGB 202 45 250 -
CMYK 0.19 0.82 0 0.02
HSL 285.95º 0.95% 0.58% -
HSV(B) 285.95º 0.82% 0.98% -
XYZ 42.55 21.34 92.32 -
YUV 115.31 204.01 189.83 -
System Red Green Blue C M Y K H S L
Decimal 202 45 250 0.19 0.82 0 0.02 285.95 0.95 0.58
Hex CA 2D FA 13 52 0 2 11E 5F 3A
Octal 312 55 372 23 122 0 2 436 137 72
Binary 11001010 101101 11111010 10011 1010010 0 10 100011110 1011111 111010

Color Harmonies of #CA2DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DFA

Black with #CA2DFA

Text Example


Text Example

White with #CA2DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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