Html Css Color HEX #CA27FF Electric Purple

📋 copy color: '#CA27FF'

red 202 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #CA27FF

Tints of Electric Purple #CA27FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 40.73%
G = 7.86%
B = 51.41%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA27FF (or 0xCA27FF) is known color: Electric Purple. HEX triplet: CA, 27 and FF. RGB value is (202,39,255). Sum of RGB (Red+Green+Blue) = 202+39+255=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA27FF is #35D800. Grayscale: #6F6F6F. Windows color (decimal): -3528705 or 16721866. OLE color: 16721866.

HSL color Cylindrical-coordinate representation of color #CA27FF: hue angle of 285.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA27FF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 39 255 -
CMYK 0.21 0.85 0 0
HSL 285.28º 1% 0.58% -
HSV(B) 285.28º 0.85% 1% -
XYZ 43.13 21.23 96.43 -
YUV 112.36 208.5 191.94 -
System Red Green Blue C M Y K H S L
Decimal 202 39 255 0.21 0.85 0 0 285.28 1 0.58
Hex CA 27 FF 15 55 0 0 11D 64 3A
Octal 312 47 377 25 125 0 0 435 144 72
Binary 11001010 100111 11111111 10101 1010101 0 0 100011101 1100100 111010

Color Harmonies of #CA27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27FF

Black with #CA27FF

Text Example


Text Example

White with #CA27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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