Html Css Color HEX #CB00F8 Electric Purple

📋 copy color: '#CB00F8'

red 203 ◦ green 0 ◦ blue 248

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

Shades of Electric Purple #CB00F8

Tints of Electric Purple #CB00F8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 248 (97.27% from 255) = 54.99%

R = 45.01%
G = 0%
B = 54.99%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB00F8 (or 0xCB00F8) is known color: Electric Purple. HEX triplet: CB, 00 and F8. RGB value is (203,0,248). Sum of RGB (Red+Green+Blue) = 203+0+248=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 248 (97.27% from 255 or 54.99% from 451); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB00F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00F8 is #34FF07. Grayscale: #585858. Windows color (decimal): -3473160 or 16253131. OLE color: 16253131.

HSL color Cylindrical-coordinate representation of color #CB00F8: hue angle of 289.11º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00F8 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 0 248 -
CMYK 0.18 1 0 0.03
HSL 289.11º 1% 0.49% -
HSV(B) 289.11º 1% 0.97% -
XYZ 41.57 19.47 90.37 -
YUV 88.97 217.75 209.33 -
System Red Green Blue C M Y K H S L
Decimal 203 0 248 0.18 1 0 0.03 289.11 1 0.49
Hex CB 0 F8 12 64 0 3 121 64 31
Octal 313 0 370 22 144 0 3 441 144 61
Binary 11001011 0 11111000 10010 1100100 0 11 100100001 1100100 110001

Color Harmonies of #CB00F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00F8

Black with #CB00F8

Text Example


Text Example

White with #CB00F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00F8; }

 p { color: rgb(203,0,248); }

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

background-color css

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

 a { background-color: rgb(203,0,248); }

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

border-color css

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

 span { border-color: rgb(203,0,248); }

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