Html Css Color HEX #CA09FA Electric Purple

📋 copy color: '#CA09FA'

red 202 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #CA09FA

Tints of Electric Purple #CA09FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.95%

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

R = 43.82%
G = 1.95%
B = 54.23%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA09FA (or 0xCA09FA) is known color: Electric Purple. HEX triplet: CA, 09 and FA. RGB value is (202,9,250). Sum of RGB (Red+Green+Blue) = 202+9+250=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09FA is #35F605. Grayscale: #5D5D5D. Windows color (decimal): -3536390 or 16386506. OLE color: 16386506.

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

Color convert

RGB 202 9 250 -
CMYK 0.19 0.96 0 0.02
HSL 288.05º 0.96% 0.51% -
HSV(B) 288.05º 0.96% 0.98% -
XYZ 41.71 19.65 92.04 -
YUV 94.18 215.94 204.9 -
System Red Green Blue C M Y K H S L
Decimal 202 9 250 0.19 0.96 0 0.02 288.05 0.96 0.51
Hex CA 9 FA 13 60 0 2 120 60 33
Octal 312 11 372 23 140 0 2 440 140 63
Binary 11001010 1001 11111010 10011 1100000 0 10 100100000 1100000 110011

Color Harmonies of #CA09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09FA

Black with #CA09FA

Text Example


Text Example

White with #CA09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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