Html Css Color HEX #CA29FB Electric Purple

📋 copy color: '#CA29FB'

red 202 ◦ green 41 ◦ blue 251

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

Shades of Electric Purple #CA29FB

Tints of Electric Purple #CA29FB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.3%

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

R = 40.89%
G = 8.3%
B = 50.81%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA29FB (or 0xCA29FB) is known color: Electric Purple. HEX triplet: CA, 29 and FB. RGB value is (202,41,251). Sum of RGB (Red+Green+Blue) = 202+41+251=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA29FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA29FB is #35D604. Grayscale: #707070. Windows color (decimal): -3528197 or 16460234. OLE color: 16460234.

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

Color convert

RGB 202 41 251 -
CMYK 0.20 0.84 0 0.02
HSL 286º 0.96% 0.57% -
HSV(B) 286º 0.84% 0.98% -
XYZ 42.56 21.11 93.1 -
YUV 113.08 205.84 191.42 -
System Red Green Blue C M Y K H S L
Decimal 202 41 251 0.20 0.84 0 0.02 286 0.96 0.57
Hex CA 29 FB 14 54 0 2 11E 60 39
Octal 312 51 373 24 124 0 2 436 140 71
Binary 11001010 101001 11111011 10100 1010100 0 10 100011110 1100000 111001

Color Harmonies of #CA29FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29FB

Black with #CA29FB

Text Example


Text Example

White with #CA29FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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