Html Css Color HEX #CB18EE Electric Purple

📋 copy color: '#CB18EE'

red 203 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #CB18EE

Tints of Electric Purple #CB18EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.16%

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

R = 43.66%
G = 5.16%
B = 51.18%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB18EE (or 0xCB18EE) is known color: Electric Purple. HEX triplet: CB, 18 and EE. RGB value is (203,24,238). Sum of RGB (Red+Green+Blue) = 203+24+238=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18EE is #34E711. Grayscale: #656565. Windows color (decimal): -3467026 or 15603915. OLE color: 15603915.

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

Color convert

RGB 203 24 238 -
CMYK 0.15 0.90 0 0.07
HSL 290.19º 0.86% 0.51% -
HSV(B) 290.19º 0.9% 0.93% -
XYZ 40.39 19.52 82.53 -
YUV 101.92 204.8 200.1 -
System Red Green Blue C M Y K H S L
Decimal 203 24 238 0.15 0.90 0 0.07 290.19 0.86 0.51
Hex CB 18 EE F 5A 0 7 122 56 33
Octal 313 30 356 17 132 0 7 442 126 63
Binary 11001011 11000 11101110 1111 1011010 0 111 100100010 1010110 110011

Color Harmonies of #CB18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18EE

Black with #CB18EE

Text Example


Text Example

White with #CB18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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