Html Css Color HEX #CB2EF0 Electric Purple

📋 copy color: '#CB2EF0'

red 203 ◦ green 46 ◦ blue 240

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

Shades of Electric Purple #CB2EF0

Tints of Electric Purple #CB2EF0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.41%

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 41.51%
G = 9.41%
B = 49.08%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB2EF0 (or 0xCB2EF0) is known color: Electric Purple. HEX triplet: CB, 2E and F0. RGB value is (203,46,240). Sum of RGB (Red+Green+Blue) = 203+46+240=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB2EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EF0 is #34D10F. Grayscale: #727272. Windows color (decimal): -3461392 or 15740619. OLE color: 15740619.

HSL color Cylindrical-coordinate representation of color #CB2EF0: hue angle of 288.56º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2EF0 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 46 240 -
CMYK 0.15 0.81 0 0.06
HSL 288.56º 0.87% 0.56% -
HSV(B) 288.56º 0.81% 0.94% -
XYZ 41.33 20.94 84.3 -
YUV 115.06 198.51 190.73 -
System Red Green Blue C M Y K H S L
Decimal 203 46 240 0.15 0.81 0 0.06 288.56 0.87 0.56
Hex CB 2E F0 F 51 0 6 121 57 38
Octal 313 56 360 17 121 0 6 441 127 70
Binary 11001011 101110 11110000 1111 1010001 0 110 100100001 1010111 111000

Color Harmonies of #CB2EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2EF0

Black with #CB2EF0

Text Example


Text Example

White with #CB2EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2EF0; }

 p { color: rgb(203,46,240); }

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

background-color css

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

 a { background-color: rgb(203,46,240); }

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

border-color css

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

 span { border-color: rgb(203,46,240); }

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