Html Css Color HEX #CA1CFD Electric Purple

📋 copy color: '#CA1CFD'

red 202 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #CA1CFD

Tints of Electric Purple #CA1CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.8%

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

R = 41.82%
G = 5.8%
B = 52.38%

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

#CA1CFD (or 0xCA1CFD) is known color: Electric Purple. HEX triplet: CA, 1C and FD. RGB value is (202,28,253). Sum of RGB (Red+Green+Blue) = 202+28+253=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA1CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CFD is #35E302. Grayscale: #686868. Windows color (decimal): -3531523 or 16587978. OLE color: 16587978.

HSL color Cylindrical-coordinate representation of color #CA1CFD: hue angle of 286.4º 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 #CA1CFD is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 28 253 -
CMYK 0.20 0.89 0 0.01
HSL 286.4º 0.98% 0.55% -
HSV(B) 286.4º 0.89% 0.99% -
XYZ 42.5 20.48 94.64 -
YUV 105.68 211.15 196.7 -
System Red Green Blue C M Y K H S L
Decimal 202 28 253 0.20 0.89 0 0.01 286.4 0.98 0.55
Hex CA 1C FD 14 59 0 1 11E 62 37
Octal 312 34 375 24 131 0 1 436 142 67
Binary 11001010 11100 11111101 10100 1011001 0 1 100011110 1100010 110111

Color Harmonies of #CA1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CFD

Black with #CA1CFD

Text Example


Text Example

White with #CA1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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