Html Css Color HEX #CB2DEE Electric Purple

📋 copy color: '#CB2DEE'

red 203 ◦ green 45 ◦ blue 238

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

Shades of Electric Purple #CB2DEE

Tints of Electric Purple #CB2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.26%

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

R = 41.77%
G = 9.26%
B = 48.97%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB2DEE (or 0xCB2DEE) is known color: Electric Purple. HEX triplet: CB, 2D and EE. RGB value is (203,45,238). Sum of RGB (Red+Green+Blue) = 203+45+238=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DEE is #34D211. Grayscale: #717171. Windows color (decimal): -3461650 or 15609291. OLE color: 15609291.

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

Color convert

RGB 203 45 238 -
CMYK 0.15 0.81 0 0.07
HSL 289.12º 0.85% 0.55% -
HSV(B) 289.12º 0.81% 0.93% -
XYZ 41 20.75 82.73 -
YUV 114.24 197.85 191.31 -
System Red Green Blue C M Y K H S L
Decimal 203 45 238 0.15 0.81 0 0.07 289.12 0.85 0.55
Hex CB 2D EE F 51 0 7 121 55 37
Octal 313 55 356 17 121 0 7 441 125 67
Binary 11001011 101101 11101110 1111 1010001 0 111 100100001 1010101 110111

Color Harmonies of #CB2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2DEE

Black with #CB2DEE

Text Example


Text Example

White with #CB2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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