Html Css Color HEX #CB12FE Electric Purple

📋 copy color: '#CB12FE'

red 203 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #CB12FE

Tints of Electric Purple #CB12FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 42.74%
G = 3.79%
B = 53.47%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB12FE (or 0xCB12FE) is known color: Electric Purple. HEX triplet: CB, 12 and FE. RGB value is (203,18,254). Sum of RGB (Red+Green+Blue) = 203+18+254=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 18 (7.42% from 255 or 3.79% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB12FE is #34ED01. Grayscale: #636363. Windows color (decimal): -3468546 or 16650955. OLE color: 16650955.

HSL color Cylindrical-coordinate representation of color #CB12FE: hue angle of 287.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB12FE is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 18 254 -
CMYK 0.20 0.93 0 0.00
HSL 287.03º 0.99% 0.53% -
HSV(B) 287.03º 0.93% 1% -
XYZ 42.73 20.28 95.43 -
YUV 100.22 214.79 201.31 -
System Red Green Blue C M Y K H S L
Decimal 203 18 254 0.20 0.93 0 0.00 287.03 0.99 0.53
Hex CB 12 FE 14 5D 0 0 11F 63 35
Octal 313 22 376 24 135 0 0 437 143 65
Binary 11001011 10010 11111110 10100 1011101 0 0 100011111 1100011 110101

Color Harmonies of #CB12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB12FE

Black with #CB12FE

Text Example


Text Example

White with #CB12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB12FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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