Html Css Color HEX #CA1FEB Electric Purple

📋 copy color: '#CA1FEB'

red 202 ◦ green 31 ◦ blue 235

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

Shades of Electric Purple #CA1FEB

Tints of Electric Purple #CA1FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 43.16%
G = 6.62%
B = 50.21%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA1FEB (or 0xCA1FEB) is known color: Electric Purple. HEX triplet: CA, 1F and EB. RGB value is (202,31,235). Sum of RGB (Red+Green+Blue) = 202+31+235=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA1FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FEB is #35E014. Grayscale: #686868. Windows color (decimal): -3530773 or 15409098. OLE color: 15409098.

HSL color Cylindrical-coordinate representation of color #CA1FEB: hue angle of 290.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1FEB is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 31 235 -
CMYK 0.14 0.87 0 0.08
HSL 290.29º 0.84% 0.52% -
HSV(B) 290.29º 0.87% 0.92% -
XYZ 39.84 19.53 80.27 -
YUV 105.39 201.15 196.91 -
System Red Green Blue C M Y K H S L
Decimal 202 31 235 0.14 0.87 0 0.08 290.29 0.84 0.52
Hex CA 1F EB E 57 0 8 122 54 34
Octal 312 37 353 16 127 0 10 442 124 64
Binary 11001010 11111 11101011 1110 1010111 0 1000 100100010 1010100 110100

Color Harmonies of #CA1FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FEB

Black with #CA1FEB

Text Example


Text Example

White with #CA1FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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