Html Css Color HEX #CA09FE Electric Purple

📋 copy color: '#CA09FE'

red 202 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #CA09FE

Tints of Electric Purple #CA09FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 43.44%
G = 1.94%
B = 54.62%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA09FE (or 0xCA09FE) is known color: Electric Purple. HEX triplet: CA, 09 and FE. RGB value is (202,9,254). Sum of RGB (Red+Green+Blue) = 202+9+254=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09FE is #35F601. Grayscale: #5D5D5D. Windows color (decimal): -3536386 or 16648650. OLE color: 16648650.

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

Color convert

RGB 202 9 254 -
CMYK 0.20 0.96 0 0.00
HSL 287.27º 0.99% 0.52% -
HSV(B) 287.27º 0.96% 1% -
XYZ 42.34 19.91 95.38 -
YUV 94.64 217.94 204.58 -
System Red Green Blue C M Y K H S L
Decimal 202 9 254 0.20 0.96 0 0.00 287.27 0.99 0.52
Hex CA 9 FE 14 60 0 0 11F 63 34
Octal 312 11 376 24 140 0 0 437 143 64
Binary 11001010 1001 11111110 10100 1100000 0 0 100011111 1100011 110100

Color Harmonies of #CA09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09FE

Black with #CA09FE

Text Example


Text Example

White with #CA09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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