Html Css Color HEX #CB18ED Electric Purple

📋 copy color: '#CB18ED'

red 203 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #CB18ED

Tints of Electric Purple #CB18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 43.75%
G = 5.17%
B = 51.08%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB18ED (or 0xCB18ED) is known color: Electric Purple. HEX triplet: CB, 18 and ED. RGB value is (203,24,237). Sum of RGB (Red+Green+Blue) = 203+24+237=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18ED is #34E712. Grayscale: #656565. Windows color (decimal): -3467027 or 15538379. OLE color: 15538379.

HSL color Cylindrical-coordinate representation of color #CB18ED: hue angle of 290.42º 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 #CB18ED is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 24 237 -
CMYK 0.14 0.90 0 0.07
HSL 290.42º 0.86% 0.51% -
HSV(B) 290.42º 0.9% 0.93% -
XYZ 40.24 19.46 81.76 -
YUV 101.8 204.3 200.18 -
System Red Green Blue C M Y K H S L
Decimal 203 24 237 0.14 0.90 0 0.07 290.42 0.86 0.51
Hex CB 18 ED E 5A 0 7 122 56 33
Octal 313 30 355 16 132 0 7 442 126 63
Binary 11001011 11000 11101101 1110 1011010 0 111 100100010 1010110 110011

Color Harmonies of #CB18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18ED

Black with #CB18ED

Text Example


Text Example

White with #CB18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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