Html Css Color HEX #CA1FFD Electric Purple

📋 copy color: '#CA1FFD'

red 202 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #CA1FFD

Tints of Electric Purple #CA1FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 41.56%
G = 6.38%
B = 52.06%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA1FFD (or 0xCA1FFD) is known color: Electric Purple. HEX triplet: CA, 1F and FD. RGB value is (202,31,253). Sum of RGB (Red+Green+Blue) = 202+31+253=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA1FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FFD is #35E002. Grayscale: #6A6A6A. Windows color (decimal): -3530755 or 16588746. OLE color: 16588746.

HSL color Cylindrical-coordinate representation of color #CA1FFD: hue angle of 286.22º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1FFD is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 31 253 -
CMYK 0.20 0.88 0 0.01
HSL 286.22º 0.98% 0.56% -
HSV(B) 286.22º 0.88% 0.99% -
XYZ 42.58 20.63 94.67 -
YUV 107.44 210.15 195.45 -
System Red Green Blue C M Y K H S L
Decimal 202 31 253 0.20 0.88 0 0.01 286.22 0.98 0.56
Hex CA 1F FD 14 58 0 1 11E 62 38
Octal 312 37 375 24 130 0 1 436 142 70
Binary 11001010 11111 11111101 10100 1011000 0 1 100011110 1100010 111000

Color Harmonies of #CA1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FFD

Black with #CA1FFD

Text Example


Text Example

White with #CA1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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