Html Css Color HEX #CA1DFD Electric Purple

📋 copy color: '#CA1DFD'

red 202 ◦ green 29 ◦ blue 253

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

Shades of Electric Purple #CA1DFD

Tints of Electric Purple #CA1DFD

RGB

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

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

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

R = 41.74%
G = 5.99%
B = 52.27%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA1DFD (or 0xCA1DFD) is known color: Electric Purple. HEX triplet: CA, 1D and FD. RGB value is (202,29,253). Sum of RGB (Red+Green+Blue) = 202+29+253=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1DFD is #35E202. Grayscale: #696969. Windows color (decimal): -3531267 or 16588234. OLE color: 16588234.

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

Color convert

RGB 202 29 253 -
CMYK 0.20 0.89 0 0.01
HSL 286.34º 0.98% 0.55% -
HSV(B) 286.34º 0.89% 0.99% -
XYZ 42.53 20.53 94.65 -
YUV 106.26 210.81 196.29 -
System Red Green Blue C M Y K H S L
Decimal 202 29 253 0.20 0.89 0 0.01 286.34 0.98 0.55
Hex CA 1D FD 14 59 0 1 11E 62 37
Octal 312 35 375 24 131 0 1 436 142 67
Binary 11001010 11101 11111101 10100 1011001 0 1 100011110 1100010 110111

Color Harmonies of #CA1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DFD

Black with #CA1DFD

Text Example


Text Example

White with #CA1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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