Html Css Color HEX #CB1CEC Electric Purple

📋 copy color: '#CB1CEC'

red 203 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #CB1CEC

Tints of Electric Purple #CB1CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6%

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 43.47%
G = 6%
B = 50.54%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB1CEC (or 0xCB1CEC) is known color: Electric Purple. HEX triplet: CB, 1C and EC. RGB value is (203,28,236). Sum of RGB (Red+Green+Blue) = 203+28+236=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CEC is #34E313. Grayscale: #676767. Windows color (decimal): -3466004 or 15473867. OLE color: 15473867.

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

Color convert

RGB 203 28 236 -
CMYK 0.14 0.88 0 0.07
HSL 290.48º 0.85% 0.52% -
HSV(B) 290.48º 0.88% 0.93% -
XYZ 40.18 19.58 81.02 -
YUV 104.04 202.48 198.59 -
System Red Green Blue C M Y K H S L
Decimal 203 28 236 0.14 0.88 0 0.07 290.48 0.85 0.52
Hex CB 1C EC E 58 0 7 122 55 34
Octal 313 34 354 16 130 0 7 442 125 64
Binary 11001011 11100 11101100 1110 1011000 0 111 100100010 1010101 110100

Color Harmonies of #CB1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1CEC

Black with #CB1CEC

Text Example


Text Example

White with #CB1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1CEC; }

 p { color: rgb(203,28,236); }

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

background-color css

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

 a { background-color: rgb(203,28,236); }

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

border-color css

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

 span { border-color: rgb(203,28,236); }

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