Html Css Color HEX #CB12ED Electric Purple

📋 copy color: '#CB12ED'

red 203 ◦ green 18 ◦ blue 237

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

Shades of Electric Purple #CB12ED

Tints of Electric Purple #CB12ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.93%

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

R = 44.32%
G = 3.93%
B = 51.75%

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

#CB12ED (or 0xCB12ED) is known color: Electric Purple. HEX triplet: CB, 12 and ED. RGB value is (203,18,237). Sum of RGB (Red+Green+Blue) = 203+18+237=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB12ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB12ED is #34ED12. Grayscale: #616161. Windows color (decimal): -3468563 or 15536843. OLE color: 15536843.

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

Color convert

RGB 203 18 237 -
CMYK 0.14 0.92 0 0.07
HSL 290.68º 0.86% 0.5% -
HSV(B) 290.68º 0.92% 0.93% -
XYZ 40.13 19.24 81.72 -
YUV 98.28 206.29 202.69 -
System Red Green Blue C M Y K H S L
Decimal 203 18 237 0.14 0.92 0 0.07 290.68 0.86 0.5
Hex CB 12 ED E 5C 0 7 123 56 32
Octal 313 22 355 16 134 0 7 443 126 62
Binary 11001011 10010 11101101 1110 1011100 0 111 100100011 1010110 110010

Color Harmonies of #CB12ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB12ED

Black with #CB12ED

Text Example


Text Example

White with #CB12ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB12ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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