Html Css Color HEX #CA2EFB Electric Purple

📋 copy color: '#CA2EFB'

red 202 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #CA2EFB

Tints of Electric Purple #CA2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.22%

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

R = 40.48%
G = 9.22%
B = 50.3%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA2EFB (or 0xCA2EFB) is known color: Electric Purple. HEX triplet: CA, 2E and FB. RGB value is (202,46,251). Sum of RGB (Red+Green+Blue) = 202+46+251=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EFB is #35D104. Grayscale: #737373. Windows color (decimal): -3526917 or 16461514. OLE color: 16461514.

HSL color Cylindrical-coordinate representation of color #CA2EFB: hue angle of 285.66º degrees, saturation: 0.96, 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 #CA2EFB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 46 251 -
CMYK 0.20 0.82 0 0.02
HSL 285.66º 0.96% 0.58% -
HSV(B) 285.66º 0.82% 0.98% -
XYZ 42.75 21.48 93.16 -
YUV 116.01 204.18 189.33 -
System Red Green Blue C M Y K H S L
Decimal 202 46 251 0.20 0.82 0 0.02 285.66 0.96 0.58
Hex CA 2E FB 14 52 0 2 11E 60 3A
Octal 312 56 373 24 122 0 2 436 140 72
Binary 11001010 101110 11111011 10100 1010010 0 10 100011110 1100000 111010

Color Harmonies of #CA2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2EFB

Black with #CA2EFB

Text Example


Text Example

White with #CA2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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