Html Css Color HEX #CB0BEE Electric Purple

📋 copy color: '#CB0BEE'

red 203 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #CB0BEE

Tints of Electric Purple #CB0BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.43%

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

R = 44.91%
G = 2.43%
B = 52.65%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB0BEE (or 0xCB0BEE) is known color: Electric Purple. HEX triplet: CB, 0B and EE. RGB value is (203,11,238). Sum of RGB (Red+Green+Blue) = 203+11+238=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0BEE is #34F411. Grayscale: #5D5D5D. Windows color (decimal): -3470354 or 15600587. OLE color: 15600587.

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

Color convert

RGB 203 11 238 -
CMYK 0.15 0.95 0 0.07
HSL 290.75º 0.91% 0.49% -
HSV(B) 290.75º 0.95% 0.93% -
XYZ 40.18 19.11 82.46 -
YUV 94.29 209.11 205.54 -
System Red Green Blue C M Y K H S L
Decimal 203 11 238 0.15 0.95 0 0.07 290.75 0.91 0.49
Hex CB B EE F 5F 0 7 123 5B 31
Octal 313 13 356 17 137 0 7 443 133 61
Binary 11001011 1011 11101110 1111 1011111 0 111 100100011 1011011 110001

Color Harmonies of #CB0BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0BEE

Black with #CB0BEE

Text Example


Text Example

White with #CB0BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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