Html Css Color HEX #CB00EE Electric Purple

📋 copy color: '#CB00EE'

red 203 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #CB00EE

Tints of Electric Purple #CB00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.03%
G = 0%
B = 53.97%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB00EE (or 0xCB00EE) is known color: Electric Purple. HEX triplet: CB, 00 and EE. RGB value is (203,0,238). Sum of RGB (Red+Green+Blue) = 203+0+238=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00EE is #34FF11. Grayscale: #575757. Windows color (decimal): -3473170 or 15597771. OLE color: 15597771.

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

Color convert

RGB 203 0 238 -
CMYK 0.15 1 0 0.07
HSL 291.18º 1% 0.47% -
HSV(B) 291.18º 1% 0.93% -
XYZ 40.06 18.87 82.42 -
YUV 87.83 212.75 210.15 -
System Red Green Blue C M Y K H S L
Decimal 203 0 238 0.15 1 0 0.07 291.18 1 0.47
Hex CB 0 EE F 64 0 7 123 64 2F
Octal 313 0 356 17 144 0 7 443 144 57
Binary 11001011 0 11101110 1111 1100100 0 111 100100011 1100100 101111

Color Harmonies of #CB00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00EE

Black with #CB00EE

Text Example


Text Example

White with #CB00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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