Html Css Color HEX #C533FB Electric Purple

📋 copy color: '#C533FB'

red 197 ◦ green 51 ◦ blue 251

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

Shades of Electric Purple #C533FB

Tints of Electric Purple #C533FB

RGB

 RED value IS 197 (77.34% from 255) = 39.48%

 GREEN value IS 51 (20.31% from 255) = 10.22%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 39.48%
G = 10.22%
B = 50.3%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C533FB (or 0xC533FB) is known color: Electric Purple. HEX triplet: C5, 33 and FB. RGB value is (197,51,251). Sum of RGB (Red+Green+Blue) = 197+51+251=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #C533FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533FB is #3ACC04. Grayscale: #747474. Windows color (decimal): -3853317 or 16462789. OLE color: 16462789.

HSL color Cylindrical-coordinate representation of color #C533FB: hue angle of 283.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C533FB is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 51 251 -
CMYK 0.22 0.80 0 0.02
HSL 283.8º 0.96% 0.59% -
HSV(B) 283.8º 0.8% 0.98% -
XYZ 41.62 21.2 93.17 -
YUV 117.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 197 51 251 0.22 0.80 0 0.02 283.8 0.96 0.59
Hex C5 33 FB 16 50 0 2 11C 60 3B
Octal 305 63 373 26 120 0 2 434 140 73
Binary 11000101 110011 11111011 10110 1010000 0 10 100011100 1100000 111011

Color Harmonies of #C533FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533FB

Black with #C533FB

Text Example


Text Example

White with #C533FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533FB; }

 p { color: rgb(197,51,251); }

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

background-color css

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

 a { background-color: rgb(197,51,251); }

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

border-color css

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

 span { border-color: rgb(197,51,251); }

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