Html Css Color HEX #CA2AFB Electric Purple

📋 copy color: '#CA2AFB'

red 202 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #CA2AFB

Tints of Electric Purple #CA2AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.48%

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 40.81%
G = 8.48%
B = 50.71%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA2AFB (or 0xCA2AFB) is known color: Electric Purple. HEX triplet: CA, 2A and FB. RGB value is (202,42,251). Sum of RGB (Red+Green+Blue) = 202+42+251=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA2AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2AFB is #35D504. Grayscale: #707070. Windows color (decimal): -3527941 or 16460490. OLE color: 16460490.

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

Color convert

RGB 202 42 251 -
CMYK 0.20 0.83 0 0.02
HSL 285.93º 0.96% 0.57% -
HSV(B) 285.93º 0.83% 0.98% -
XYZ 42.6 21.18 93.11 -
YUV 113.67 205.51 191.01 -
System Red Green Blue C M Y K H S L
Decimal 202 42 251 0.20 0.83 0 0.02 285.93 0.96 0.57
Hex CA 2A FB 14 53 0 2 11E 60 39
Octal 312 52 373 24 123 0 2 436 140 71
Binary 11001010 101010 11111011 10100 1010011 0 10 100011110 1100000 111001

Color Harmonies of #CA2AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2AFB

Black with #CA2AFB

Text Example


Text Example

White with #CA2AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2AFB; }

 p { color: rgb(202,42,251); }

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

background-color css

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

 a { background-color: rgb(202,42,251); }

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

border-color css

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

 span { border-color: rgb(202,42,251); }

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