Html Css Color HEX #CA1DFB Electric Purple

📋 copy color: '#CA1DFB'

red 202 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #CA1DFB

Tints of Electric Purple #CA1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.02%

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

R = 41.91%
G = 6.02%
B = 52.07%

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

#CA1DFB (or 0xCA1DFB) is known color: Electric Purple. HEX triplet: CA, 1D and FB. RGB value is (202,29,251). Sum of RGB (Red+Green+Blue) = 202+29+251=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1DFB is #35E204. Grayscale: #696969. Windows color (decimal): -3531269 or 16457162. OLE color: 16457162.

HSL color Cylindrical-coordinate representation of color #CA1DFB: hue angle of 286.76º degrees, saturation: 0.97, 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 #CA1DFB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 29 251 -
CMYK 0.20 0.88 0 0.02
HSL 286.76º 0.97% 0.55% -
HSV(B) 286.76º 0.88% 0.98% -
XYZ 42.21 20.4 92.98 -
YUV 106.04 209.81 196.45 -
System Red Green Blue C M Y K H S L
Decimal 202 29 251 0.20 0.88 0 0.02 286.76 0.97 0.55
Hex CA 1D FB 14 58 0 2 11F 61 37
Octal 312 35 373 24 130 0 2 437 141 67
Binary 11001010 11101 11111011 10100 1011000 0 10 100011111 1100001 110111

Color Harmonies of #CA1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DFB

Black with #CA1DFB

Text Example


Text Example

White with #CA1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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