Html Css Color HEX #CA26E6 Electric Purple

📋 copy color: '#CA26E6'

red 202 ◦ green 38 ◦ blue 230

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

Shades of Electric Purple #CA26E6

Tints of Electric Purple #CA26E6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 42.98%
G = 8.09%
B = 48.94%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA26E6 (or 0xCA26E6) is known color: Electric Purple. HEX triplet: CA, 26 and E6. RGB value is (202,38,230). Sum of RGB (Red+Green+Blue) = 202+38+230=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA26E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA26E6 is #35D919. Grayscale: #6C6C6C. Windows color (decimal): -3528986 or 15083210. OLE color: 15083210.

HSL color Cylindrical-coordinate representation of color #CA26E6: hue angle of 291.25º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA26E6 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 38 230 -
CMYK 0.12 0.83 0 0.10
HSL 291.25º 0.79% 0.53% -
HSV(B) 291.25º 0.83% 0.9% -
XYZ 39.33 19.66 76.58 -
YUV 108.92 196.33 194.39 -
System Red Green Blue C M Y K H S L
Decimal 202 38 230 0.12 0.83 0 0.10 291.25 0.79 0.53
Hex CA 26 E6 C 53 0 A 123 4F 35
Octal 312 46 346 14 123 0 12 443 117 65
Binary 11001010 100110 11100110 1100 1010011 0 1010 100100011 1001111 110101

Color Harmonies of #CA26E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA26E6

Black with #CA26E6

Text Example


Text Example

White with #CA26E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA26E6; }

 p { color: rgb(202,38,230); }

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

background-color css

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

 a { background-color: rgb(202,38,230); }

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

border-color css

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

 span { border-color: rgb(202,38,230); }

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