Html Css Color HEX #CB06EC Electric Purple

📋 copy color: '#CB06EC'

red 203 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #CB06EC

Tints of Electric Purple #CB06EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.35%

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 45.62%
G = 1.35%
B = 53.03%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB06EC (or 0xCB06EC) is known color: Electric Purple. HEX triplet: CB, 06 and EC. RGB value is (203,6,236). Sum of RGB (Red+Green+Blue) = 203+6+236=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB06EC is #34F913. Grayscale: #5A5A5A. Windows color (decimal): -3471636 or 15468235. OLE color: 15468235.

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

Color convert

RGB 203 6 236 -
CMYK 0.14 0.97 0 0.07
HSL 291.39º 0.95% 0.47% -
HSV(B) 291.39º 0.97% 0.93% -
XYZ 39.83 18.88 80.9 -
YUV 91.12 209.77 207.8 -
System Red Green Blue C M Y K H S L
Decimal 203 6 236 0.14 0.97 0 0.07 291.39 0.95 0.47
Hex CB 6 EC E 61 0 7 123 5F 2F
Octal 313 6 354 16 141 0 7 443 137 57
Binary 11001011 110 11101100 1110 1100001 0 111 100100011 1011111 101111

Color Harmonies of #CB06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06EC

Black with #CB06EC

Text Example


Text Example

White with #CB06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06EC; }

 p { color: rgb(203,6,236); }

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

background-color css

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

 a { background-color: rgb(203,6,236); }

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

border-color css

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

 span { border-color: rgb(203,6,236); }

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