Html Css Color HEX #CA1FFB Electric Purple

📋 copy color: '#CA1FFB'

red 202 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #CA1FFB

Tints of Electric Purple #CA1FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 41.74%
G = 6.4%
B = 51.86%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA1FFB (or 0xCA1FFB) is known color: Electric Purple. HEX triplet: CA, 1F and FB. RGB value is (202,31,251). Sum of RGB (Red+Green+Blue) = 202+31+251=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FFB is #35E004. Grayscale: #6A6A6A. Windows color (decimal): -3530757 or 16457674. OLE color: 16457674.

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

Color convert

RGB 202 31 251 -
CMYK 0.20 0.88 0 0.02
HSL 286.64º 0.96% 0.55% -
HSV(B) 286.64º 0.88% 0.98% -
XYZ 42.26 20.5 93 -
YUV 107.21 209.15 195.61 -
System Red Green Blue C M Y K H S L
Decimal 202 31 251 0.20 0.88 0 0.02 286.64 0.96 0.55
Hex CA 1F FB 14 58 0 2 11F 60 37
Octal 312 37 373 24 130 0 2 437 140 67
Binary 11001010 11111 11111011 10100 1011000 0 10 100011111 1100000 110111

Color Harmonies of #CA1FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FFB

Black with #CA1FFB

Text Example


Text Example

White with #CA1FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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