Html Css Color HEX #CB20F8 Electric Purple

📋 copy color: '#CB20F8'

red 203 ◦ green 32 ◦ blue 248

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

Shades of Electric Purple #CB20F8

Tints of Electric Purple #CB20F8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.63%

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

R = 42.03%
G = 6.63%
B = 51.35%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB20F8 (or 0xCB20F8) is known color: Electric Purple. HEX triplet: CB, 20 and F8. RGB value is (203,32,248). Sum of RGB (Red+Green+Blue) = 203+32+248=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB20F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB20F8 is #34DF07. Grayscale: #6B6B6B. Windows color (decimal): -3464968 or 16261323. OLE color: 16261323.

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

Color convert

RGB 203 32 248 -
CMYK 0.18 0.87 0 0.03
HSL 287.5º 0.94% 0.55% -
HSV(B) 287.5º 0.87% 0.97% -
XYZ 42.09 20.51 90.55 -
YUV 107.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 203 32 248 0.18 0.87 0 0.03 287.5 0.94 0.55
Hex CB 20 F8 12 57 0 3 120 5E 37
Octal 313 40 370 22 127 0 3 440 136 67
Binary 11001011 100000 11111000 10010 1010111 0 11 100100000 1011110 110111

Color Harmonies of #CB20F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB20F8

Black with #CB20F8

Text Example


Text Example

White with #CB20F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB20F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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