Html Css Color HEX #CA23EC Electric Purple

📋 copy color: '#CA23EC'

red 202 ◦ green 35 ◦ blue 236

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

Shades of Electric Purple #CA23EC

Tints of Electric Purple #CA23EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 42.71%
G = 7.4%
B = 49.89%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA23EC (or 0xCA23EC) is known color: Electric Purple. HEX triplet: CA, 23 and EC. RGB value is (202,35,236). Sum of RGB (Red+Green+Blue) = 202+35+236=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA23EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA23EC is #35DC13. Grayscale: #6B6B6B. Windows color (decimal): -3529748 or 15475658. OLE color: 15475658.

HSL color Cylindrical-coordinate representation of color #CA23EC: hue angle of 289.85º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA23EC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 35 236 -
CMYK 0.14 0.85 0 0.07
HSL 289.85º 0.84% 0.53% -
HSV(B) 289.85º 0.85% 0.93% -
XYZ 40.1 19.81 81.07 -
YUV 107.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 202 35 236 0.14 0.85 0 0.07 289.85 0.84 0.53
Hex CA 23 EC E 55 0 7 122 54 35
Octal 312 43 354 16 125 0 7 442 124 65
Binary 11001010 100011 11101100 1110 1010101 0 111 100100010 1010100 110101

Color Harmonies of #CA23EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23EC

Black with #CA23EC

Text Example


Text Example

White with #CA23EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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