Html Css Color HEX #CB08EE Electric Purple

📋 copy color: '#CB08EE'

red 203 ◦ green 8 ◦ blue 238

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

Shades of Electric Purple #CB08EE

Tints of Electric Purple #CB08EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.78%

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

R = 45.21%
G = 1.78%
B = 53.01%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB08EE (or 0xCB08EE) is known color: Electric Purple. HEX triplet: CB, 08 and EE. RGB value is (203,8,238). Sum of RGB (Red+Green+Blue) = 203+8+238=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 8 (3.52% from 255 or 1.78% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB08EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB08EE is #34F711. Grayscale: #5B5B5B. Windows color (decimal): -3471122 or 15599819. OLE color: 15599819.

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

Color convert

RGB 203 8 238 -
CMYK 0.15 0.97 0 0.07
HSL 290.87º 0.93% 0.48% -
HSV(B) 290.87º 0.97% 0.93% -
XYZ 40.15 19.04 82.45 -
YUV 92.53 210.1 206.8 -
System Red Green Blue C M Y K H S L
Decimal 203 8 238 0.15 0.97 0 0.07 290.87 0.93 0.48
Hex CB 8 EE F 61 0 7 123 5D 30
Octal 313 10 356 17 141 0 7 443 135 60
Binary 11001011 1000 11101110 1111 1100001 0 111 100100011 1011101 110000

Color Harmonies of #CB08EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB08EE

Black with #CB08EE

Text Example


Text Example

White with #CB08EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB08EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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