Html Css Color HEX #CB30F5 Electric Purple

📋 copy color: '#CB30F5'

red 203 ◦ green 48 ◦ blue 245

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

Shades of Electric Purple #CB30F5

Tints of Electric Purple #CB30F5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.68%

 BLUE value IS 245 (96.09% from 255) = 49.4%

R = 40.93%
G = 9.68%
B = 49.4%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB30F5 (or 0xCB30F5) is known color: Electric Purple. HEX triplet: CB, 30 and F5. RGB value is (203,48,245). Sum of RGB (Red+Green+Blue) = 203+48+245=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB30F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30F5 is #34CF0A. Grayscale: #747474. Windows color (decimal): -3460875 or 16068811. OLE color: 16068811.

HSL color Cylindrical-coordinate representation of color #CB30F5: hue angle of 287.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB30F5 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 48 245 -
CMYK 0.17 0.80 0 0.04
HSL 287.21º 0.91% 0.57% -
HSV(B) 287.21º 0.8% 0.96% -
XYZ 42.17 21.4 88.29 -
YUV 116.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 203 48 245 0.17 0.80 0 0.04 287.21 0.91 0.57
Hex CB 30 F5 11 50 0 4 11F 5B 39
Octal 313 60 365 21 120 0 4 437 133 71
Binary 11001011 110000 11110101 10001 1010000 0 100 100011111 1011011 111001

Color Harmonies of #CB30F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30F5

Black with #CB30F5

Text Example


Text Example

White with #CB30F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30F5; }

 p { color: rgb(203,48,245); }

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

background-color css

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

 a { background-color: rgb(203,48,245); }

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

border-color css

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

 span { border-color: rgb(203,48,245); }

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