Html Css Color HEX #CA0CF9 Electric Purple

📋 copy color: '#CA0CF9'

red 202 ◦ green 12 ◦ blue 249

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

Shades of Electric Purple #CA0CF9

Tints of Electric Purple #CA0CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.59%

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 43.63%
G = 2.59%
B = 53.78%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA0CF9 (or 0xCA0CF9) is known color: Electric Purple. HEX triplet: CA, 0C and F9. RGB value is (202,12,249). Sum of RGB (Red+Green+Blue) = 202+12+249=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA0CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CF9 is #35F306. Grayscale: #5F5F5F. Windows color (decimal): -3535623 or 16321738. OLE color: 16321738.

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

Color convert

RGB 202 12 249 -
CMYK 0.19 0.95 0 0.02
HSL 288.1º 0.95% 0.51% -
HSV(B) 288.1º 0.95% 0.98% -
XYZ 41.59 19.66 91.23 -
YUV 95.83 214.45 203.73 -
System Red Green Blue C M Y K H S L
Decimal 202 12 249 0.19 0.95 0 0.02 288.1 0.95 0.51
Hex CA C F9 13 5F 0 2 120 5F 33
Octal 312 14 371 23 137 0 2 440 137 63
Binary 11001010 1100 11111001 10011 1011111 0 10 100100000 1011111 110011

Color Harmonies of #CA0CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CF9

Black with #CA0CF9

Text Example


Text Example

White with #CA0CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CF9; }

 p { color: rgb(202,12,249); }

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

background-color css

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

 a { background-color: rgb(202,12,249); }

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

border-color css

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

 span { border-color: rgb(202,12,249); }

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