Html Css Color HEX #CB14EE Electric Purple

📋 copy color: '#CB14EE'

red 203 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #CB14EE

Tints of Electric Purple #CB14EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.34%

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

R = 44.03%
G = 4.34%
B = 51.63%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB14EE (or 0xCB14EE) is known color: Electric Purple. HEX triplet: CB, 14 and EE. RGB value is (203,20,238). Sum of RGB (Red+Green+Blue) = 203+20+238=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB14EE is #34EB11. Grayscale: #626262. Windows color (decimal): -3468050 or 15602891. OLE color: 15602891.

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

Color convert

RGB 203 20 238 -
CMYK 0.15 0.92 0 0.07
HSL 290.37º 0.87% 0.51% -
HSV(B) 290.37º 0.92% 0.93% -
XYZ 40.31 19.37 82.5 -
YUV 99.57 206.13 201.77 -
System Red Green Blue C M Y K H S L
Decimal 203 20 238 0.15 0.92 0 0.07 290.37 0.87 0.51
Hex CB 14 EE F 5C 0 7 122 57 33
Octal 313 24 356 17 134 0 7 442 127 63
Binary 11001011 10100 11101110 1111 1011100 0 111 100100010 1010111 110011

Color Harmonies of #CB14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB14EE

Black with #CB14EE

Text Example


Text Example

White with #CB14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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