Html Css Color HEX #CA27ED Electric Purple

📋 copy color: '#CA27ED'

red 202 ◦ green 39 ◦ blue 237

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

Shades of Electric Purple #CA27ED

Tints of Electric Purple #CA27ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.16%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 42.26%
G = 8.16%
B = 49.58%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA27ED (or 0xCA27ED) is known color: Electric Purple. HEX triplet: CA, 27 and ED. RGB value is (202,39,237). Sum of RGB (Red+Green+Blue) = 202+39+237=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA27ED is #35D812. Grayscale: #6D6D6D. Windows color (decimal): -3528723 or 15542218. OLE color: 15542218.

HSL color Cylindrical-coordinate representation of color #CA27ED: hue angle of 289.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA27ED is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 39 237 -
CMYK 0.15 0.84 0 0.07
HSL 289.39º 0.85% 0.54% -
HSV(B) 289.39º 0.84% 0.93% -
XYZ 40.37 20.12 81.88 -
YUV 110.31 199.5 193.4 -
System Red Green Blue C M Y K H S L
Decimal 202 39 237 0.15 0.84 0 0.07 289.39 0.85 0.54
Hex CA 27 ED F 54 0 7 121 55 36
Octal 312 47 355 17 124 0 7 441 125 66
Binary 11001010 100111 11101101 1111 1010100 0 111 100100001 1010101 110110

Color Harmonies of #CA27ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27ED

Black with #CA27ED

Text Example


Text Example

White with #CA27ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27ED; }

 p { color: rgb(202,39,237); }

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

background-color css

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

 a { background-color: rgb(202,39,237); }

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

border-color css

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

 span { border-color: rgb(202,39,237); }

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