Html Css Color HEX #CB0EFB Electric Purple

📋 copy color: '#CB0EFB'

red 203 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #CB0EFB

Tints of Electric Purple #CB0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.99%

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 43.38%
G = 2.99%
B = 53.63%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB0EFB (or 0xCB0EFB) is known color: Electric Purple. HEX triplet: CB, 0E and FB. RGB value is (203,14,251). Sum of RGB (Red+Green+Blue) = 203+14+251=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB0EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EFB is #34F104. Grayscale: #606060. Windows color (decimal): -3469573 or 16453323. OLE color: 16453323.

HSL color Cylindrical-coordinate representation of color #CB0EFB: hue angle of 287.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0EFB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 14 251 -
CMYK 0.19 0.94 0 0.02
HSL 287.85º 0.97% 0.52% -
HSV(B) 287.85º 0.94% 0.98% -
XYZ 42.2 19.98 92.9 -
YUV 97.53 214.62 203.23 -
System Red Green Blue C M Y K H S L
Decimal 203 14 251 0.19 0.94 0 0.02 287.85 0.97 0.52
Hex CB E FB 13 5E 0 2 120 61 34
Octal 313 16 373 23 136 0 2 440 141 64
Binary 11001011 1110 11111011 10011 1011110 0 10 100100000 1100001 110100

Color Harmonies of #CB0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0EFB

Black with #CB0EFB

Text Example


Text Example

White with #CB0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0EFB; }

 p { color: rgb(203,14,251); }

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

background-color css

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

 a { background-color: rgb(203,14,251); }

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

border-color css

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

 span { border-color: rgb(203,14,251); }

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