Html Css Color HEX #CB1CEB Electric Purple

📋 copy color: '#CB1CEB'

red 203 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #CB1CEB

Tints of Electric Purple #CB1CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 43.56%
G = 6.01%
B = 50.43%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB1CEB (or 0xCB1CEB) is known color: Electric Purple. HEX triplet: CB, 1C and EB. RGB value is (203,28,235). Sum of RGB (Red+Green+Blue) = 203+28+235=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CEB is #34E314. Grayscale: #676767. Windows color (decimal): -3466005 or 15408331. OLE color: 15408331.

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

Color convert

RGB 203 28 235 -
CMYK 0.14 0.88 0 0.08
HSL 290.72º 0.84% 0.52% -
HSV(B) 290.72º 0.88% 0.92% -
XYZ 40.04 19.53 80.26 -
YUV 103.92 201.98 198.67 -
System Red Green Blue C M Y K H S L
Decimal 203 28 235 0.14 0.88 0 0.08 290.72 0.84 0.52
Hex CB 1C EB E 58 0 8 123 54 34
Octal 313 34 353 16 130 0 10 443 124 64
Binary 11001011 11100 11101011 1110 1011000 0 1000 100100011 1010100 110100

Color Harmonies of #CB1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1CEB

Black with #CB1CEB

Text Example


Text Example

White with #CB1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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