Html Css Color HEX #CB06ED Electric Purple

📋 copy color: '#CB06ED'

red 203 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #CB06ED

Tints of Electric Purple #CB06ED

RGB

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

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

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

R = 45.52%
G = 1.35%
B = 53.14%

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

#CB06ED (or 0xCB06ED) is known color: Electric Purple. HEX triplet: CB, 06 and ED. RGB value is (203,6,237). Sum of RGB (Red+Green+Blue) = 203+6+237=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB06ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB06ED is #34F912. Grayscale: #5A5A5A. Windows color (decimal): -3471635 or 15533771. OLE color: 15533771.

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

Color convert

RGB 203 6 237 -
CMYK 0.14 0.97 0 0.07
HSL 291.17º 0.95% 0.48% -
HSV(B) 291.17º 0.97% 0.93% -
XYZ 39.98 18.94 81.67 -
YUV 91.24 210.27 207.72 -
System Red Green Blue C M Y K H S L
Decimal 203 6 237 0.14 0.97 0 0.07 291.17 0.95 0.48
Hex CB 6 ED E 61 0 7 123 5F 30
Octal 313 6 355 16 141 0 7 443 137 60
Binary 11001011 110 11101101 1110 1100001 0 111 100100011 1011111 110000

Color Harmonies of #CB06ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06ED

Black with #CB06ED

Text Example


Text Example

White with #CB06ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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