Html Css Color HEX #C533EB Medium Orchid

📋 copy color: '#C533EB'

red 197 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #C533EB

Tints of Medium Orchid #C533EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 40.79%
G = 10.56%
B = 48.65%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C533EB (or 0xC533EB) is known color: Medium Orchid. HEX triplet: C5, 33 and EB. RGB value is (197,51,235). Sum of RGB (Red+Green+Blue) = 197+51+235=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C533EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533EB is #3ACC14. Grayscale: #737373. Windows color (decimal): -3853333 or 15414213. OLE color: 15414213.

HSL color Cylindrical-coordinate representation of color #C533EB: hue angle of 287.61º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C533EB is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 51 235 -
CMYK 0.16 0.78 0 0.08
HSL 287.61º 0.82% 0.56% -
HSV(B) 287.61º 0.78% 0.92% -
XYZ 39.21 20.24 80.44 -
YUV 115.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 197 51 235 0.16 0.78 0 0.08 287.61 0.82 0.56
Hex C5 33 EB 10 4E 0 8 120 52 38
Octal 305 63 353 20 116 0 10 440 122 70
Binary 11000101 110011 11101011 10000 1001110 0 1000 100100000 1010010 111000

Color Harmonies of #C533EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533EB

Black with #C533EB

Text Example


Text Example

White with #C533EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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