Html Css Color HEX #CA27FA Electric Purple

📋 copy color: '#CA27FA'

red 202 ◦ green 39 ◦ blue 250

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

Shades of Electric Purple #CA27FA

Tints of Electric Purple #CA27FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 41.14%
G = 7.94%
B = 50.92%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA27FA (or 0xCA27FA) is known color: Electric Purple. HEX triplet: CA, 27 and FA. RGB value is (202,39,250). Sum of RGB (Red+Green+Blue) = 202+39+250=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 39 (15.62% from 255 or 7.94% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA27FA is #35D805. Grayscale: #6F6F6F. Windows color (decimal): -3528710 or 16394186. OLE color: 16394186.

HSL color Cylindrical-coordinate representation of color #CA27FA: hue angle of 286.35º degrees, saturation: 0.95, 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 #CA27FA is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 39 250 -
CMYK 0.19 0.84 0 0.02
HSL 286.35º 0.95% 0.57% -
HSV(B) 286.35º 0.84% 0.98% -
XYZ 42.34 20.91 92.25 -
YUV 111.79 206 192.34 -
System Red Green Blue C M Y K H S L
Decimal 202 39 250 0.19 0.84 0 0.02 286.35 0.95 0.57
Hex CA 27 FA 13 54 0 2 11E 5F 39
Octal 312 47 372 23 124 0 2 436 137 71
Binary 11001010 100111 11111010 10011 1010100 0 10 100011110 1011111 111001

Color Harmonies of #CA27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27FA

Black with #CA27FA

Text Example


Text Example

White with #CA27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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