Html Css Color HEX #CB1DEE Electric Purple

📋 copy color: '#CB1DEE'

red 203 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #CB1DEE

Tints of Electric Purple #CB1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.17%

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 43.19%
G = 6.17%
B = 50.64%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB1DEE (or 0xCB1DEE) is known color: Electric Purple. HEX triplet: CB, 1D and EE. RGB value is (203,29,238). Sum of RGB (Red+Green+Blue) = 203+29+238=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB1DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DEE is #34E211. Grayscale: #686868. Windows color (decimal): -3465746 or 15605195. OLE color: 15605195.

HSL color Cylindrical-coordinate representation of color #CB1DEE: hue angle of 289.95º degrees, saturation: 0.86, 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 #CB1DEE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 29 238 -
CMYK 0.15 0.88 0 0.07
HSL 289.95º 0.86% 0.52% -
HSV(B) 289.95º 0.88% 0.93% -
XYZ 40.5 19.75 82.57 -
YUV 104.85 203.15 198.01 -
System Red Green Blue C M Y K H S L
Decimal 203 29 238 0.15 0.88 0 0.07 289.95 0.86 0.52
Hex CB 1D EE F 58 0 7 122 56 34
Octal 313 35 356 17 130 0 7 442 126 64
Binary 11001011 11101 11101110 1111 1011000 0 111 100100010 1010110 110100

Color Harmonies of #CB1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1DEE

Black with #CB1DEE

Text Example


Text Example

White with #CB1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1DEE; }

 p { color: rgb(203,29,238); }

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

background-color css

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

 a { background-color: rgb(203,29,238); }

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

border-color css

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

 span { border-color: rgb(203,29,238); }

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