Html Css Color HEX #CB32F6 Electric Purple

📋 copy color: '#CB32F6'

red 203 ◦ green 50 ◦ blue 246

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

Shades of Electric Purple #CB32F6

Tints of Electric Purple #CB32F6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.02%

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

R = 40.68%
G = 10.02%
B = 49.3%

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

#CB32F6 (or 0xCB32F6) is known color: Electric Purple. HEX triplet: CB, 32 and F6. RGB value is (203,50,246). Sum of RGB (Red+Green+Blue) = 203+50+246=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB32F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32F6 is #34CD09. Grayscale: #757575. Windows color (decimal): -3460362 or 16134859. OLE color: 16134859.

HSL color Cylindrical-coordinate representation of color #CB32F6: hue angle of 286.84º 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 #CB32F6 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 50 246 -
CMYK 0.17 0.80 0 0.04
HSL 286.84º 0.92% 0.58% -
HSV(B) 286.84º 0.8% 0.96% -
XYZ 42.4 21.63 89.13 -
YUV 118.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 203 50 246 0.17 0.80 0 0.04 286.84 0.92 0.58
Hex CB 32 F6 11 50 0 4 11F 5C 3A
Octal 313 62 366 21 120 0 4 437 134 72
Binary 11001011 110010 11110110 10001 1010000 0 100 100011111 1011100 111010

Color Harmonies of #CB32F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB32F6

Black with #CB32F6

Text Example


Text Example

White with #CB32F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB32F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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