Html Css Color HEX #CB23EA Electric Purple

📋 copy color: '#CB23EA'

red 203 ◦ green 35 ◦ blue 234

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

Shades of Electric Purple #CB23EA

Tints of Electric Purple #CB23EA

RGB

 RED value IS 203 (79.69% from 255) = 43.01%

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 43.01%
G = 7.42%
B = 49.58%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB23EA (or 0xCB23EA) is known color: Electric Purple. HEX triplet: CB, 23 and EA. RGB value is (203,35,234). Sum of RGB (Red+Green+Blue) = 203+35+234=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB23EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23EA is #34DC15. Grayscale: #6B6B6B. Windows color (decimal): -3464214 or 15344587. OLE color: 15344587.

HSL color Cylindrical-coordinate representation of color #CB23EA: hue angle of 290.65º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB23EA is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 35 234 -
CMYK 0.13 0.85 0 0.08
HSL 290.65º 0.83% 0.53% -
HSV(B) 290.65º 0.85% 0.92% -
XYZ 40.08 19.84 79.56 -
YUV 107.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 203 35 234 0.13 0.85 0 0.08 290.65 0.83 0.53
Hex CB 23 EA D 55 0 8 123 53 35
Octal 313 43 352 15 125 0 10 443 123 65
Binary 11001011 100011 11101010 1101 1010101 0 1000 100100011 1010011 110101

Color Harmonies of #CB23EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB23EA

Black with #CB23EA

Text Example


Text Example

White with #CB23EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB23EA; }

 p { color: rgb(203,35,234); }

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

background-color css

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

 a { background-color: rgb(203,35,234); }

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

border-color css

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

 span { border-color: rgb(203,35,234); }

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