Html Css Color HEX #CA18ED Electric Purple

📋 copy color: '#CA18ED'

red 202 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #CA18ED

Tints of Electric Purple #CA18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 43.63%
G = 5.18%
B = 51.19%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA18ED (or 0xCA18ED) is known color: Electric Purple. HEX triplet: CA, 18 and ED. RGB value is (202,24,237). Sum of RGB (Red+Green+Blue) = 202+24+237=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA18ED is #35E712. Grayscale: #646464. Windows color (decimal): -3532563 or 15538378. OLE color: 15538378.

HSL color Cylindrical-coordinate representation of color #CA18ED: hue angle of 290.14º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA18ED is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 24 237 -
CMYK 0.15 0.90 0 0.07
HSL 290.14º 0.86% 0.51% -
HSV(B) 290.14º 0.9% 0.93% -
XYZ 39.97 19.32 81.74 -
YUV 101.5 204.47 199.68 -
System Red Green Blue C M Y K H S L
Decimal 202 24 237 0.15 0.90 0 0.07 290.14 0.86 0.51
Hex CA 18 ED F 5A 0 7 122 56 33
Octal 312 30 355 17 132 0 7 442 126 63
Binary 11001010 11000 11101101 1111 1011010 0 111 100100010 1010110 110011

Color Harmonies of #CA18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18ED

Black with #CA18ED

Text Example


Text Example

White with #CA18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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