Html Css Color HEX #CA09F5 Electric Purple

📋 copy color: '#CA09F5'

red 202 ◦ green 9 ◦ blue 245

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

Shades of Electric Purple #CA09F5

Tints of Electric Purple #CA09F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.73%

R = 44.3%
G = 1.97%
B = 53.73%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA09F5 (or 0xCA09F5) is known color: Electric Purple. HEX triplet: CA, 09 and F5. RGB value is (202,9,245). Sum of RGB (Red+Green+Blue) = 202+9+245=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA09F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09F5 is #35F60A. Grayscale: #5C5C5C. Windows color (decimal): -3536395 or 16058826. OLE color: 16058826.

HSL color Cylindrical-coordinate representation of color #CA09F5: hue angle of 289.07º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09F5 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 9 245 -
CMYK 0.18 0.96 0 0.04
HSL 289.07º 0.93% 0.5% -
HSV(B) 289.07º 0.96% 0.96% -
XYZ 40.94 19.34 87.96 -
YUV 93.61 213.44 205.31 -
System Red Green Blue C M Y K H S L
Decimal 202 9 245 0.18 0.96 0 0.04 289.07 0.93 0.5
Hex CA 9 F5 12 60 0 4 121 5D 32
Octal 312 11 365 22 140 0 4 441 135 62
Binary 11001010 1001 11110101 10010 1100000 0 100 100100001 1011101 110010

Color Harmonies of #CA09F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09F5

Black with #CA09F5

Text Example


Text Example

White with #CA09F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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