Html Css Color HEX #CA15FA Electric Purple

📋 copy color: '#CA15FA'

red 202 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #CA15FA

Tints of Electric Purple #CA15FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.44%

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

R = 42.71%
G = 4.44%
B = 52.85%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA15FA (or 0xCA15FA) is known color: Electric Purple. HEX triplet: CA, 15 and FA. RGB value is (202,21,250). Sum of RGB (Red+Green+Blue) = 202+21+250=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA15FA is #35EA05. Grayscale: #646464. Windows color (decimal): -3533318 or 16389578. OLE color: 16389578.

HSL color Cylindrical-coordinate representation of color #CA15FA: hue angle of 287.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA15FA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 21 250 -
CMYK 0.19 0.92 0 0.02
HSL 287.42º 0.96% 0.53% -
HSV(B) 287.42º 0.92% 0.98% -
XYZ 41.88 20 92.09 -
YUV 101.23 211.97 199.88 -
System Red Green Blue C M Y K H S L
Decimal 202 21 250 0.19 0.92 0 0.02 287.42 0.96 0.53
Hex CA 15 FA 13 5C 0 2 11F 60 35
Octal 312 25 372 23 134 0 2 437 140 65
Binary 11001010 10101 11111010 10011 1011100 0 10 100011111 1100000 110101

Color Harmonies of #CA15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15FA

Black with #CA15FA

Text Example


Text Example

White with #CA15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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