Html Css Color HEX #CA18FB Electric Purple

📋 copy color: '#CA18FB'

red 202 ◦ green 24 ◦ blue 251

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

Shades of Electric Purple #CA18FB

Tints of Electric Purple #CA18FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.03%

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

R = 42.35%
G = 5.03%
B = 52.62%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA18FB (or 0xCA18FB) is known color: Electric Purple. HEX triplet: CA, 18 and FB. RGB value is (202,24,251). Sum of RGB (Red+Green+Blue) = 202+24+251=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA18FB is #35E704. Grayscale: #666666. Windows color (decimal): -3532549 or 16455882. OLE color: 16455882.

HSL color Cylindrical-coordinate representation of color #CA18FB: hue angle of 287.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA18FB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 24 251 -
CMYK 0.20 0.90 0 0.02
HSL 287.05º 0.97% 0.54% -
HSV(B) 287.05º 0.9% 0.98% -
XYZ 42.1 20.17 92.94 -
YUV 103.1 211.47 198.54 -
System Red Green Blue C M Y K H S L
Decimal 202 24 251 0.20 0.90 0 0.02 287.05 0.97 0.54
Hex CA 18 FB 14 5A 0 2 11F 61 36
Octal 312 30 373 24 132 0 2 437 141 66
Binary 11001010 11000 11111011 10100 1011010 0 10 100011111 1100001 110110

Color Harmonies of #CA18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18FB

Black with #CA18FB

Text Example


Text Example

White with #CA18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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