Html Css Color HEX #CA0CFA Electric Purple

📋 copy color: '#CA0CFA'

red 202 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #CA0CFA

Tints of Electric Purple #CA0CFA

RGB

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

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

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

R = 43.53%
G = 2.59%
B = 53.88%

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

#CA0CFA (or 0xCA0CFA) is known color: Electric Purple. HEX triplet: CA, 0C and FA. RGB value is (202,12,250). Sum of RGB (Red+Green+Blue) = 202+12+250=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CFA is #35F305. Grayscale: #5F5F5F. Windows color (decimal): -3535622 or 16387274. OLE color: 16387274.

HSL color Cylindrical-coordinate representation of color #CA0CFA: hue angle of 287.9º degrees, saturation: 0.96, 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 #CA0CFA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 12 250 -
CMYK 0.19 0.95 0 0.02
HSL 287.9º 0.96% 0.51% -
HSV(B) 287.9º 0.95% 0.98% -
XYZ 41.74 19.72 92.05 -
YUV 95.94 214.95 203.65 -
System Red Green Blue C M Y K H S L
Decimal 202 12 250 0.19 0.95 0 0.02 287.9 0.96 0.51
Hex CA C FA 13 5F 0 2 120 60 33
Octal 312 14 372 23 137 0 2 440 140 63
Binary 11001010 1100 11111010 10011 1011111 0 10 100100000 1100000 110011

Color Harmonies of #CA0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CFA

Black with #CA0CFA

Text Example


Text Example

White with #CA0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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