Html Css Color HEX #CB14ED Electric Purple

📋 copy color: '#CB14ED'

red 203 ◦ green 20 ◦ blue 237

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

Shades of Electric Purple #CB14ED

Tints of Electric Purple #CB14ED

RGB

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

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

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

R = 44.13%
G = 4.35%
B = 51.52%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB14ED (or 0xCB14ED) is known color: Electric Purple. HEX triplet: CB, 14 and ED. RGB value is (203,20,237). Sum of RGB (Red+Green+Blue) = 203+20+237=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB14ED is #34EB12. Grayscale: #626262. Windows color (decimal): -3468051 or 15537355. OLE color: 15537355.

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

Color convert

RGB 203 20 237 -
CMYK 0.14 0.92 0 0.07
HSL 290.6º 0.86% 0.5% -
HSV(B) 290.6º 0.92% 0.93% -
XYZ 40.16 19.31 81.73 -
YUV 99.46 205.63 201.86 -
System Red Green Blue C M Y K H S L
Decimal 203 20 237 0.14 0.92 0 0.07 290.6 0.86 0.5
Hex CB 14 ED E 5C 0 7 123 56 32
Octal 313 24 355 16 134 0 7 443 126 62
Binary 11001011 10100 11101101 1110 1011100 0 111 100100011 1010110 110010

Color Harmonies of #CB14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB14ED

Black with #CB14ED

Text Example


Text Example

White with #CB14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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