Html Css Color HEX #CB08EF Electric Purple

📋 copy color: '#CB08EF'

red 203 ◦ green 8 ◦ blue 239

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

Shades of Electric Purple #CB08EF

Tints of Electric Purple #CB08EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 45.11%
G = 1.78%
B = 53.11%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB08EF (or 0xCB08EF) is known color: Electric Purple. HEX triplet: CB, 08 and EF. RGB value is (203,8,239). Sum of RGB (Red+Green+Blue) = 203+8+239=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 8 (3.52% from 255 or 1.78% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB08EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB08EF is #34F710. Grayscale: #5B5B5B. Windows color (decimal): -3471121 or 15665355. OLE color: 15665355.

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

Color convert

RGB 203 8 239 -
CMYK 0.15 0.97 0 0.06
HSL 290.65º 0.94% 0.48% -
HSV(B) 290.65º 0.97% 0.94% -
XYZ 40.3 19.1 83.22 -
YUV 92.64 210.6 206.72 -
System Red Green Blue C M Y K H S L
Decimal 203 8 239 0.15 0.97 0 0.06 290.65 0.94 0.48
Hex CB 8 EF F 61 0 6 123 5E 30
Octal 313 10 357 17 141 0 6 443 136 60
Binary 11001011 1000 11101111 1111 1100001 0 110 100100011 1011110 110000

Color Harmonies of #CB08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB08EF

Black with #CB08EF

Text Example


Text Example

White with #CB08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB08EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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