Html Css Color HEX #CB28FA Electric Purple

📋 copy color: '#CB28FA'

red 203 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #CB28FA

Tints of Electric Purple #CB28FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.11%

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 41.18%
G = 8.11%
B = 50.71%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB28FA (or 0xCB28FA) is known color: Electric Purple. HEX triplet: CB, 28 and FA. RGB value is (203,40,250). Sum of RGB (Red+Green+Blue) = 203+40+250=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB28FA is #34D705. Grayscale: #707070. Windows color (decimal): -3462918 or 16394443. OLE color: 16394443.

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

Color convert

RGB 203 40 250 -
CMYK 0.19 0.84 0 0.02
HSL 286.57º 0.95% 0.57% -
HSV(B) 286.57º 0.84% 0.98% -
XYZ 42.64 21.12 92.27 -
YUV 112.68 205.5 192.42 -
System Red Green Blue C M Y K H S L
Decimal 203 40 250 0.19 0.84 0 0.02 286.57 0.95 0.57
Hex CB 28 FA 13 54 0 2 11F 5F 39
Octal 313 50 372 23 124 0 2 437 137 71
Binary 11001011 101000 11111010 10011 1010100 0 10 100011111 1011111 111001

Color Harmonies of #CB28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28FA

Black with #CB28FA

Text Example


Text Example

White with #CB28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28FA; }

 p { color: rgb(203,40,250); }

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

background-color css

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

 a { background-color: rgb(203,40,250); }

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

border-color css

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

 span { border-color: rgb(203,40,250); }

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