Html Css Color HEX #CA23F6 Electric Purple

📋 copy color: '#CA23F6'

red 202 ◦ green 35 ◦ blue 246

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

Shades of Electric Purple #CA23F6

Tints of Electric Purple #CA23F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 41.82%
G = 7.25%
B = 50.93%

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

#CA23F6 (or 0xCA23F6) is known color: Electric Purple. HEX triplet: CA, 23 and F6. RGB value is (202,35,246). Sum of RGB (Red+Green+Blue) = 202+35+246=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA23F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA23F6 is #35DC09. Grayscale: #6C6C6C. Windows color (decimal): -3529738 or 16131018. OLE color: 16131018.

HSL color Cylindrical-coordinate representation of color #CA23F6: hue angle of 287.49º degrees, saturation: 0.92, 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 #CA23F6 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 35 246 -
CMYK 0.18 0.86 0 0.04
HSL 287.49º 0.92% 0.55% -
HSV(B) 287.49º 0.86% 0.96% -
XYZ 41.59 20.41 88.94 -
YUV 108.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 202 35 246 0.18 0.86 0 0.04 287.49 0.92 0.55
Hex CA 23 F6 12 56 0 4 11F 5C 37
Octal 312 43 366 22 126 0 4 437 134 67
Binary 11001010 100011 11110110 10010 1010110 0 100 100011111 1011100 110111

Color Harmonies of #CA23F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23F6

Black with #CA23F6

Text Example


Text Example

White with #CA23F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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