Html Css Color HEX #CB23EE Electric Purple

📋 copy color: '#CB23EE'

red 203 ◦ green 35 ◦ blue 238

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

Shades of Electric Purple #CB23EE

Tints of Electric Purple #CB23EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50%

R = 42.65%
G = 7.35%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB23EE (or 0xCB23EE) is known color: Electric Purple. HEX triplet: CB, 23 and EE. RGB value is (203,35,238). Sum of RGB (Red+Green+Blue) = 203+35+238=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB23EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23EE is #34DC11. Grayscale: #6B6B6B. Windows color (decimal): -3464210 or 15606731. OLE color: 15606731.

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

Color convert

RGB 203 35 238 -
CMYK 0.15 0.85 0 0.07
HSL 289.66º 0.86% 0.54% -
HSV(B) 289.66º 0.85% 0.93% -
XYZ 40.66 20.07 82.62 -
YUV 108.37 201.16 195.49 -
System Red Green Blue C M Y K H S L
Decimal 203 35 238 0.15 0.85 0 0.07 289.66 0.86 0.54
Hex CB 23 EE F 55 0 7 122 56 36
Octal 313 43 356 17 125 0 7 442 126 66
Binary 11001011 100011 11101110 1111 1010101 0 111 100100010 1010110 110110

Color Harmonies of #CB23EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB23EE

Black with #CB23EE

Text Example


Text Example

White with #CB23EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB23EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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