Html Css Color HEX #C533FF Electric Purple

📋 copy color: '#C533FF'

red 197 ◦ green 51 ◦ blue 255

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

Shades of Electric Purple #C533FF

Tints of Electric Purple #C533FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 39.17%
G = 10.14%
B = 50.7%

CMYK

 C value IS 0.23

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C533FF (or 0xC533FF) is known color: Electric Purple. HEX triplet: C5, 33 and FF. RGB value is (197,51,255). Sum of RGB (Red+Green+Blue) = 197+51+255=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C533FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533FF is #3ACC00. Grayscale: #757575. Windows color (decimal): -3853313 or 16724933. OLE color: 16724933.

HSL color Cylindrical-coordinate representation of color #C533FF: hue angle of 282.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C533FF is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 51 255 -
CMYK 0.23 0.8 0 0
HSL 282.94º 1% 0.6% -
HSV(B) 282.94º 0.8% 1% -
XYZ 42.26 21.46 96.52 -
YUV 117.91 205.37 184.41 -
System Red Green Blue C M Y K H S L
Decimal 197 51 255 0.23 0.8 0 0 282.94 1 0.6
Hex C5 33 FF 17 50 0 0 11B 64 3C
Octal 305 63 377 27 120 0 0 433 144 74
Binary 11000101 110011 11111111 10111 1010000 0 0 100011011 1100100 111100

Color Harmonies of #C533FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533FF

Black with #C533FF

Text Example


Text Example

White with #C533FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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