Html Css Color HEX #CA1CF7 Electric Purple

📋 copy color: '#CA1CF7'

red 202 ◦ green 28 ◦ blue 247

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

Shades of Electric Purple #CA1CF7

Tints of Electric Purple #CA1CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.78%

R = 42.35%
G = 5.87%
B = 51.78%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA1CF7 (or 0xCA1CF7) is known color: Electric Purple. HEX triplet: CA, 1C and F7. RGB value is (202,28,247). Sum of RGB (Red+Green+Blue) = 202+28+247=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA1CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CF7 is #35E308. Grayscale: #686868. Windows color (decimal): -3531529 or 16194762. OLE color: 16194762.

HSL color Cylindrical-coordinate representation of color #CA1CF7: hue angle of 287.67º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1CF7 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 28 247 -
CMYK 0.18 0.89 0 0.03
HSL 287.67º 0.93% 0.54% -
HSV(B) 287.67º 0.89% 0.97% -
XYZ 41.56 20.1 89.69 -
YUV 104.99 208.15 197.19 -
System Red Green Blue C M Y K H S L
Decimal 202 28 247 0.18 0.89 0 0.03 287.67 0.93 0.54
Hex CA 1C F7 12 59 0 3 120 5D 36
Octal 312 34 367 22 131 0 3 440 135 66
Binary 11001010 11100 11110111 10010 1011001 0 11 100100000 1011101 110110

Color Harmonies of #CA1CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CF7

Black with #CA1CF7

Text Example


Text Example

White with #CA1CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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