Html Css Color HEX #CA1DF9 Electric Purple

📋 copy color: '#CA1DF9'

red 202 ◦ green 29 ◦ blue 249

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

Shades of Electric Purple #CA1DF9

Tints of Electric Purple #CA1DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.88%

R = 42.08%
G = 6.04%
B = 51.88%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA1DF9 (or 0xCA1DF9) is known color: Electric Purple. HEX triplet: CA, 1D and F9. RGB value is (202,29,249). Sum of RGB (Red+Green+Blue) = 202+29+249=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA1DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1DF9 is #35E206. Grayscale: #696969. Windows color (decimal): -3531271 or 16326090. OLE color: 16326090.

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

Color convert

RGB 202 29 249 -
CMYK 0.19 0.88 0 0.02
HSL 287.18º 0.95% 0.55% -
HSV(B) 287.18º 0.88% 0.98% -
XYZ 41.9 20.27 91.33 -
YUV 105.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 202 29 249 0.19 0.88 0 0.02 287.18 0.95 0.55
Hex CA 1D F9 13 58 0 2 11F 5F 37
Octal 312 35 371 23 130 0 2 437 137 67
Binary 11001010 11101 11111001 10011 1011000 0 10 100011111 1011111 110111

Color Harmonies of #CA1DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DF9

Black with #CA1DF9

Text Example


Text Example

White with #CA1DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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