Html Css Color HEX #CA23F5 Electric Purple

📋 copy color: '#CA23F5'

red 202 ◦ green 35 ◦ blue 245

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

Shades of Electric Purple #CA23F5

Tints of Electric Purple #CA23F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 41.91%
G = 7.26%
B = 50.83%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA23F5 (or 0xCA23F5) is known color: Electric Purple. HEX triplet: CA, 23 and F5. RGB value is (202,35,245). Sum of RGB (Red+Green+Blue) = 202+35+245=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA23F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA23F5 is #35DC0A. Grayscale: #6C6C6C. Windows color (decimal): -3529739 or 16065482. OLE color: 16065482.

HSL color Cylindrical-coordinate representation of color #CA23F5: hue angle of 287.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA23F5 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 35 245 -
CMYK 0.18 0.86 0 0.04
HSL 287.71º 0.91% 0.55% -
HSV(B) 287.71º 0.86% 0.96% -
XYZ 41.44 20.35 88.13 -
YUV 108.87 204.83 194.42 -
System Red Green Blue C M Y K H S L
Decimal 202 35 245 0.18 0.86 0 0.04 287.71 0.91 0.55
Hex CA 23 F5 12 56 0 4 120 5B 37
Octal 312 43 365 22 126 0 4 440 133 67
Binary 11001010 100011 11110101 10010 1010110 0 100 100100000 1011011 110111

Color Harmonies of #CA23F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23F5

Black with #CA23F5

Text Example


Text Example

White with #CA23F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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