Html Css Color HEX #CB27EE Electric Purple

📋 copy color: '#CB27EE'

red 203 ◦ green 39 ◦ blue 238

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

Shades of Electric Purple #CB27EE

Tints of Electric Purple #CB27EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.13%

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

R = 42.29%
G = 8.13%
B = 49.58%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB27EE (or 0xCB27EE) is known color: Electric Purple. HEX triplet: CB, 27 and EE. RGB value is (203,39,238). Sum of RGB (Red+Green+Blue) = 203+39+238=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB27EE is #34D811. Grayscale: #6E6E6E. Windows color (decimal): -3463186 or 15607755. OLE color: 15607755.

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

Color convert

RGB 203 39 238 -
CMYK 0.15 0.84 0 0.07
HSL 289.45º 0.85% 0.54% -
HSV(B) 289.45º 0.84% 0.93% -
XYZ 40.79 20.32 82.66 -
YUV 110.72 199.83 193.82 -
System Red Green Blue C M Y K H S L
Decimal 203 39 238 0.15 0.84 0 0.07 289.45 0.85 0.54
Hex CB 27 EE F 54 0 7 121 55 36
Octal 313 47 356 17 124 0 7 441 125 66
Binary 11001011 100111 11101110 1111 1010100 0 111 100100001 1010101 110110

Color Harmonies of #CB27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB27EE

Black with #CB27EE

Text Example


Text Example

White with #CB27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB27EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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