Html Css Color HEX #CA27F0 Electric Purple

📋 copy color: '#CA27F0'

red 202 ◦ green 39 ◦ blue 240

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

Shades of Electric Purple #CA27F0

Tints of Electric Purple #CA27F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 42%
G = 8.11%
B = 49.9%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA27F0 (or 0xCA27F0) is known color: Electric Purple. HEX triplet: CA, 27 and F0. RGB value is (202,39,240). Sum of RGB (Red+Green+Blue) = 202+39+240=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA27F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA27F0 is #35D80F. Grayscale: #6E6E6E. Windows color (decimal): -3528720 or 15738826. OLE color: 15738826.

HSL color Cylindrical-coordinate representation of color #CA27F0: hue angle of 288.66º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA27F0 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 39 240 -
CMYK 0.16 0.84 0 0.06
HSL 288.66º 0.87% 0.55% -
HSV(B) 288.66º 0.84% 0.94% -
XYZ 40.81 20.3 84.21 -
YUV 110.65 201 193.16 -
System Red Green Blue C M Y K H S L
Decimal 202 39 240 0.16 0.84 0 0.06 288.66 0.87 0.55
Hex CA 27 F0 10 54 0 6 121 57 37
Octal 312 47 360 20 124 0 6 441 127 67
Binary 11001010 100111 11110000 10000 1010100 0 110 100100001 1010111 110111

Color Harmonies of #CA27F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27F0

Black with #CA27F0

Text Example


Text Example

White with #CA27F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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