Html Css Color HEX #CA2FFB Electric Purple

📋 copy color: '#CA2FFB'

red 202 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #CA2FFB

Tints of Electric Purple #CA2FFB

RGB

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

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

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

R = 40.4%
G = 9.4%
B = 50.2%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA2FFB (or 0xCA2FFB) is known color: Electric Purple. HEX triplet: CA, 2F and FB. RGB value is (202,47,251). Sum of RGB (Red+Green+Blue) = 202+47+251=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FFB is #35D004. Grayscale: #737373. Windows color (decimal): -3526661 or 16461770. OLE color: 16461770.

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

Color convert

RGB 202 47 251 -
CMYK 0.20 0.81 0 0.02
HSL 285.59º 0.96% 0.58% -
HSV(B) 285.59º 0.81% 0.98% -
XYZ 42.79 21.55 93.17 -
YUV 116.6 203.85 188.91 -
System Red Green Blue C M Y K H S L
Decimal 202 47 251 0.20 0.81 0 0.02 285.59 0.96 0.58
Hex CA 2F FB 14 51 0 2 11E 60 3A
Octal 312 57 373 24 121 0 2 436 140 72
Binary 11001010 101111 11111011 10100 1010001 0 10 100011110 1100000 111010

Color Harmonies of #CA2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FFB

Black with #CA2FFB

Text Example


Text Example

White with #CA2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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