Html Css Color HEX #CA23FF Electric Purple

📋 copy color: '#CA23FF'

red 202 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #CA23FF

Tints of Electric Purple #CA23FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.11%

 BLUE value IS 255 (100% from 255) = 51.83%

R = 41.06%
G = 7.11%
B = 51.83%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA23FF (or 0xCA23FF) is known color: Electric Purple. HEX triplet: CA, 23 and FF. RGB value is (202,35,255). Sum of RGB (Red+Green+Blue) = 202+35+255=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 35 (14.06% from 255 or 7.11% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA23FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA23FF is #35DC00. Grayscale: #6D6D6D. Windows color (decimal): -3529729 or 16720842. OLE color: 16720842.

HSL color Cylindrical-coordinate representation of color #CA23FF: hue angle of 285.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA23FF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 35 255 -
CMYK 0.21 0.86 0 0
HSL 285.55º 1% 0.57% -
HSV(B) 285.55º 0.86% 1% -
XYZ 43.01 20.98 96.39 -
YUV 110.01 209.83 193.61 -
System Red Green Blue C M Y K H S L
Decimal 202 35 255 0.21 0.86 0 0 285.55 1 0.57
Hex CA 23 FF 15 56 0 0 11E 64 39
Octal 312 43 377 25 126 0 0 436 144 71
Binary 11001010 100011 11111111 10101 1010110 0 0 100011110 1100100 111001

Color Harmonies of #CA23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23FF

Black with #CA23FF

Text Example


Text Example

White with #CA23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23FF; }

 p { color: rgb(202,35,255); }

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

background-color css

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

 a { background-color: rgb(202,35,255); }

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

border-color css

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

 span { border-color: rgb(202,35,255); }

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