Html Css Color HEX #CA09FC Electric Purple

📋 copy color: '#CA09FC'

red 202 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #CA09FC

Tints of Electric Purple #CA09FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 43.63%
G = 1.94%
B = 54.43%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA09FC (or 0xCA09FC) is known color: Electric Purple. HEX triplet: CA, 09 and FC. RGB value is (202,9,252). Sum of RGB (Red+Green+Blue) = 202+9+252=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09FC is #35F603. Grayscale: #5D5D5D. Windows color (decimal): -3536388 or 16517578. OLE color: 16517578.

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

Color convert

RGB 202 9 252 -
CMYK 0.20 0.96 0 0.01
HSL 287.65º 0.98% 0.51% -
HSV(B) 287.65º 0.96% 0.99% -
XYZ 42.03 19.78 93.7 -
YUV 94.41 216.94 204.74 -
System Red Green Blue C M Y K H S L
Decimal 202 9 252 0.20 0.96 0 0.01 287.65 0.98 0.51
Hex CA 9 FC 14 60 0 1 120 62 33
Octal 312 11 374 24 140 0 1 440 142 63
Binary 11001010 1001 11111100 10100 1100000 0 1 100100000 1100010 110011

Color Harmonies of #CA09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09FC

Black with #CA09FC

Text Example


Text Example

White with #CA09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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