Html Css Color HEX #CA1CFA Electric Purple

📋 copy color: '#CA1CFA'

red 202 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #CA1CFA

Tints of Electric Purple #CA1CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.83%

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

R = 42.08%
G = 5.83%
B = 52.08%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA1CFA (or 0xCA1CFA) is known color: Electric Purple. HEX triplet: CA, 1C and FA. RGB value is (202,28,250). Sum of RGB (Red+Green+Blue) = 202+28+250=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA1CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CFA is #35E305. Grayscale: #686868. Windows color (decimal): -3531526 or 16391370. OLE color: 16391370.

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

Color convert

RGB 202 28 250 -
CMYK 0.19 0.89 0 0.02
HSL 287.03º 0.96% 0.55% -
HSV(B) 287.03º 0.89% 0.98% -
XYZ 42.03 20.29 92.14 -
YUV 105.33 209.65 196.95 -
System Red Green Blue C M Y K H S L
Decimal 202 28 250 0.19 0.89 0 0.02 287.03 0.96 0.55
Hex CA 1C FA 13 59 0 2 11F 60 37
Octal 312 34 372 23 131 0 2 437 140 67
Binary 11001010 11100 11111010 10011 1011001 0 10 100011111 1100000 110111

Color Harmonies of #CA1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CFA

Black with #CA1CFA

Text Example


Text Example

White with #CA1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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