Html Css Color HEX #CB30F6 Electric Purple

📋 copy color: '#CB30F6'

red 203 ◦ green 48 ◦ blue 246

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

Shades of Electric Purple #CB30F6

Tints of Electric Purple #CB30F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 40.85%
G = 9.66%
B = 49.5%

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

#CB30F6 (or 0xCB30F6) is known color: Electric Purple. HEX triplet: CB, 30 and F6. RGB value is (203,48,246). Sum of RGB (Red+Green+Blue) = 203+48+246=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB30F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30F6 is #34CF09. Grayscale: #747474. Windows color (decimal): -3460874 or 16134347. OLE color: 16134347.

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

Color convert

RGB 203 48 246 -
CMYK 0.17 0.80 0 0.04
HSL 286.97º 0.92% 0.58% -
HSV(B) 286.97º 0.8% 0.96% -
XYZ 42.32 21.46 89.1 -
YUV 116.92 200.85 189.4 -
System Red Green Blue C M Y K H S L
Decimal 203 48 246 0.17 0.80 0 0.04 286.97 0.92 0.58
Hex CB 30 F6 11 50 0 4 11F 5C 3A
Octal 313 60 366 21 120 0 4 437 134 72
Binary 11001011 110000 11110110 10001 1010000 0 100 100011111 1011100 111010

Color Harmonies of #CB30F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30F6

Black with #CB30F6

Text Example


Text Example

White with #CB30F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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