Html Css Color HEX #CA1FE7 Electric Purple

📋 copy color: '#CA1FE7'

red 202 ◦ green 31 ◦ blue 231

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

Shades of Electric Purple #CA1FE7

Tints of Electric Purple #CA1FE7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.68%

 BLUE value IS 231 (90.63% from 255) = 49.78%

R = 43.53%
G = 6.68%
B = 49.78%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA1FE7 (or 0xCA1FE7) is known color: Electric Purple. HEX triplet: CA, 1F and E7. RGB value is (202,31,231). Sum of RGB (Red+Green+Blue) = 202+31+231=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA1FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FE7 is #35E018. Grayscale: #686868. Windows color (decimal): -3530777 or 15146954. OLE color: 15146954.

HSL color Cylindrical-coordinate representation of color #CA1FE7: hue angle of 291.3º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1FE7 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 31 231 -
CMYK 0.13 0.87 0 0.09
HSL 291.3º 0.81% 0.51% -
HSV(B) 291.3º 0.87% 0.91% -
XYZ 39.27 19.31 77.26 -
YUV 104.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 202 31 231 0.13 0.87 0 0.09 291.3 0.81 0.51
Hex CA 1F E7 D 57 0 9 123 51 33
Octal 312 37 347 15 127 0 11 443 121 63
Binary 11001010 11111 11100111 1101 1010111 0 1001 100100011 1010001 110011

Color Harmonies of #CA1FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FE7

Black with #CA1FE7

Text Example


Text Example

White with #CA1FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FE7; }

 p { color: rgb(202,31,231); }

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

background-color css

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

 a { background-color: rgb(202,31,231); }

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

border-color css

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

 span { border-color: rgb(202,31,231); }

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